Make sure META.yml mentions perlbug as the right place to file bugs
authorAbhijit Menon-Sen <ams@toroid.org>
Fri, 10 Dec 2010 15:13:14 +0000 (20:43 +0530)
committerAbhijit Menon-Sen <ams@toroid.org>
Fri, 10 Dec 2010 15:13:14 +0000 (20:43 +0530)
dist/Storable/Makefile.PL

index b840b39..e40f5c5 100644 (file)
@@ -15,6 +15,9 @@ WriteMakefile(
 #    PREREQ_PM           => { 'Test::More' => '0.41' },
     INSTALLDIRS                => $] >= 5.007 ? 'perl' : 'site',
     VERSION_FROM        => 'Storable.pm',
+    META_MERGE          => { resources =>
+                               { bugtracker => 'http://rt.perl.org/perlbug/' }
+                           },
     dist                => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
 );