In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/99295a74acbaed9abbb00fcababc24c32ae885e6?hp=dddb60fcaabdeab9e89341f56cd3c6ad6ad3cd90>
- Log ----------------------------------------------------------------- commit 99295a74acbaed9abbb00fcababc24c32ae885e6 Author: Abhijit Menon-Sen <[email protected]> Date: Fri Dec 10 20:43:14 2010 +0530 Make sure META.yml mentions perlbug as the right place to file bugs ----------------------------------------------------------------------- Summary of changes: 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 b840b39..e40f5c5 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' }, ); -- Perl5 Master Repository
