better example with repetable field and subfields
[MARC-Fast] / Makefile.PL
index 61980d2..a82bb28 100644 (file)
@@ -3,12 +3,11 @@ use ExtUtils::MakeMaker;
 # the contents of the Makefile that is written.
 WriteMakefile(
     NAME         => 'MARC::Fast',
-    VERSION_FROM => 'Fast.pm', # finds $VERSION
+    VERSION_FROM => 'lib/MARC/Fast.pm', # finds $VERSION
     AUTHOR       => 'Dobrica Pavlinusic (dpavlin@rot13.org)',
     ABSTRACT     => '',
     PREREQ_PM    => {
        'Test::Simple' => 0.44,
-       'Test::Exception' => 0,
        'Data::Dump' => 0,
        'Carp' => 0,
     },