added resources to META.yml
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 22 Aug 2013 11:49:58 +0000 (13:49 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 22 Aug 2013 11:49:58 +0000 (13:49 +0200)
Makefile.PL

index f872126..7cd00f1 100644 (file)
@@ -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 {