better example with repetable field and subfields
[MARC-Fast] / Makefile.PL
index b9e62bc..a82bb28 100644 (file)
@@ -3,12 +3,11 @@ use ExtUtils::MakeMaker;
 # the contents of the Makefile that is written.
 WriteMakefile(
     NAME         => 'MARC::Fast',
 # 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,
     AUTHOR       => 'Dobrica Pavlinusic (dpavlin@rot13.org)',
     ABSTRACT     => '',
     PREREQ_PM    => {
        'Test::Simple' => 0.44,
-       'Test::Exception' => 0,
        'Data::Dump' => 0,
        'Carp' => 0,
     },
        'Data::Dump' => 0,
        'Carp' => 0,
     },
@@ -18,7 +17,7 @@ sub MY::postamble {
        return <<'MAKE_MORE';
 
 changelog:
        return <<'MAKE_MORE';
 
 changelog:
-       svn update && svn -v log > Changes
+       svk update && svk log -v > Changes
 
 cpan:
        make clean
 
 cpan:
        make clean