In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2d373db1171ead2bd9f470f98a3c73d12966b508?hp=6f63574e655f386b13267d58419ef322ca7e3f5d>
- Log ----------------------------------------------------------------- commit 2d373db1171ead2bd9f470f98a3c73d12966b508 Author: Steve Peters <[email protected]> Date: Tue Mar 24 13:17:10 2009 -0500 For some reason, the core version and the cpan version got reversed. ----------------------------------------------------------------------- Summary of changes: Porting/corecpan.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Porting/corecpan.pl b/Porting/corecpan.pl index df2a70a..eb77fe1 100644 --- a/Porting/corecpan.pl +++ b/Porting/corecpan.pl @@ -148,7 +148,7 @@ else { for my $dist (sort keys %results) { print "Module $dist...\n"; for my $file (sort keys %{$results{$dist}}) { - my ($vcpan, $vcore) = @{$results{$dist}{$file...@labels}; + my ($vcore, $vcpan) = @{$results{$dist}{$file...@labels}; if (our $opt_v or $vcore ne $vcpan) { print " $file: core=$vcore, cpan=$vcpan\n"; } -- Perl5 Master Repository
