added resources to META.yml
[MARC-Fast] / Makefile.PL
index a82bb28..7cd00f1 100644 (file)
@@ -11,13 +11,20 @@ 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 {
        return <<'MAKE_MORE';
 
 changelog:
-       svk update && svk log -v > Changes
+       git log > Changes
 
 cpan:
        make clean