X-Git-Url: http://git.rot13.org/?p=MARC-Fast;a=blobdiff_plain;f=Makefile.PL;h=f872126e650d437e5c94a11f4148fb25417b1287;hp=55a62da18ec5958ee924abad04ed7813b0f0435d;hb=935e0fcb29c3965a40d793b1517445d106b4c822;hpb=f05bfba5ef7cefc8fff3a2bf0583ebd12c4fed88 diff --git a/Makefile.PL b/Makefile.PL index 55a62da..f872126 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,12 +3,12 @@ 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, }, ); @@ -17,7 +17,7 @@ sub MY::postamble { return <<'MAKE_MORE'; changelog: - svn update && svn -v log > Changes + git log > Changes cpan: make clean