In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/20f4d7ae85c3461515344c79c1e87c18ab9ecbcd?hp=12a670244c7ca1a343447e9fd9496438a372a536>
- Log ----------------------------------------------------------------- commit 20f4d7ae85c3461515344c79c1e87c18ab9ecbcd Author: Steffen Mueller <[email protected]> Date: Mon Sep 21 14:48:02 2009 +0200 Compare PathTools to CPAN's 3.30_01 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ca00b58..3b7263c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1119,9 +1119,8 @@ use File::Glob qw(:case); 'PathTools' => { 'MAINTAINER' => 'kwilliams', - 'DISTRIBUTION' => 'SMUELLER/PathTools-3.30.tar.gz', - 'FILES' => q[ext/Cwd - ], + 'DISTRIBUTION' => 'SMUELLER/PathTools-3.30_01.tar.gz', + 'FILES' => q[ext/Cwd], # XXX note that the CPAN and blead Makefile.PL are totally # unrelated. The blead one is described as 'core-only'. # Perhaps after the big lib/ => ext/ migration it will be possible -- Perl5 Master Repository
