summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@toroid.org>2010-12-10 20:43:14 +0530
committerAbhijit Menon-Sen <ams@toroid.org>2010-12-10 20:43:14 +0530
commit99295a74acbaed9abbb00fcababc24c32ae885e6 (patch)
tree1631c904987d2f2b332d1d487bad00c2a57d2c96 /dist
parentdddb60fcaabdeab9e89341f56cd3c6ad6ad3cd90 (diff)
downloadperl-99295a74acbaed9abbb00fcababc24c32ae885e6.tar.gz
Make sure META.yml mentions perlbug as the right place to file bugs
Diffstat (limited to 'dist')
-rw-r--r--dist/Storable/Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/Storable/Makefile.PL b/dist/Storable/Makefile.PL
index b840b3919a..e40f5c56d2 100644
--- a/dist/Storable/Makefile.PL
+++ b/dist/Storable/Makefile.PL
@@ -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' },
);