From: Dobrica Pavlinusic Date: Thu, 22 Aug 2013 11:49:58 +0000 (+0200) Subject: added resources to META.yml X-Git-Url: http://git.rot13.org/?p=MARC-Fast;a=commitdiff_plain;h=ba7f6ac0e66a6b8090255b9527393639e7cce860 added resources to META.yml --- diff --git a/Makefile.PL b/Makefile.PL index f872126..7cd00f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,13 @@ WriteMakefile( '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 {