Fill in perldelta for CPAN upgrade in commit 45a1388464
authorSteve Hay <steve.m.hay@googlemail.com>
Fri, 18 Apr 2014 11:06:27 +0000 (12:06 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Fri, 18 Apr 2014 11:06:27 +0000 (12:06 +0100)
Also record that that commit actually upgraded CPAN to 2.05-TRIAL2, not
2.05-TRIAL.

Porting/Maintainers.pl
pod/perldelta.pod

index 475a406..92f7f6e 100755 (executable)
@@ -252,7 +252,7 @@ use File::Glob qw(:case);
     },
 
     'CPAN' => {
-        'DISTRIBUTION' => 'ANDK/CPAN-2.05-TRIAL.tar.gz',
+        'DISTRIBUTION' => 'ANDK/CPAN-2.05-TRIAL2.tar.gz',
         'FILES'        => q[cpan/CPAN],
         'EXCLUDED'     => [
             qr{^distroprefs/},
index 204e09c..44b5bcf 100644 (file)
@@ -130,9 +130,10 @@ keep in sync with the latest CPAN release.
 
 =item *
 
-L<CPAN> has been upgraded from version 2.04-TRIAL to 2.05-TRIAL.
+L<CPAN> has been upgraded from version 2.04-TRIAL to 2.05-TRIAL2.
 
-TODO
+This fixes L<local::lib> shell variable string output and prevents an endless
+loop when running "notest test Module" for some Module having dependencies.
 
 =item *