diff options
author | Abhijit Menon-Sen <ams@toroid.org> | 2010-12-10 20:43:14 +0530 |
---|---|---|
committer | Abhijit Menon-Sen <ams@toroid.org> | 2010-12-10 20:43:14 +0530 |
commit | 99295a74acbaed9abbb00fcababc24c32ae885e6 (patch) | |
tree | 1631c904987d2f2b332d1d487bad00c2a57d2c96 /dist | |
parent | dddb60fcaabdeab9e89341f56cd3c6ad6ad3cd90 (diff) | |
download | perl-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.PL | 3 |
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' }, ); |