X-Git-Url: http://git.rot13.org/?p=MARC-Fast;a=blobdiff_plain;f=Makefile.PL;h=7cd00f1756f03155154235e0777af7f1e48768f9;hp=61980d2e4f3ebdc7a0a06b4eccceb98b073d1d3a;hb=b83a57c7a40df9fceda21790c46ebec7f1a2faac;hpb=7434f8f97fce6913ee8b223942daa9965bfb16cd diff --git a/Makefile.PL b/Makefile.PL index 61980d2..7cd00f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,22 +3,28 @@ 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, }, + META_MERGE => { + resources => { + license => 'http://www.gnu.org/licenses/gpl-2.0.html', + bugtracker => 'https://rt.cpan.org/Public/Dist/Display.html?Name=MARC-Fast', + repository => 'http://github.com/dpavlin/MARC-Fast' + }, + }, ); sub MY::postamble { return <<'MAKE_MORE'; changelog: - svk update && svk log -v > Changes + git log > Changes cpan: make clean