Update CPANPLUS to CPAN version 0.9101
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 15 Feb 2011 21:13:27 +0000 (21:13 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 15 Feb 2011 21:13:27 +0000 (21:13 +0000)
  [DELTA]

  Changes for 0.9101      Tue Feb 15 20:58:30 2011
  ================================================
  * Only a version change for downstream maintainers

Porting/Maintainers.pl
cpan/CPANPLUS/lib/CPANPLUS.pm
cpan/CPANPLUS/lib/CPANPLUS/Internals.pm
cpan/CPANPLUS/lib/CPANPLUS/Shell/Default.pm
pod/perldelta.pod

index bb3c896..a8df25d 100755 (executable)
@@ -409,7 +409,7 @@ use File::Glob qw(:case);
     'CPANPLUS' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-0.91.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-0.9101.tar.gz',
        'FILES'         => q[cpan/CPANPLUS],
        'EXCLUDED'      => [ qr{^inc/},
                             qr{^t/dummy-.*\.hidden$},
index d7d4193..3e63cb3 100644 (file)
@@ -13,7 +13,7 @@ BEGIN {
     use vars        qw( @EXPORT @ISA $VERSION );
     @EXPORT     =   qw( shell fetch get install );
     @ISA        =   qw( Exporter );
-    $VERSION = "0.91";     #have to hardcode or cpan.org gets unhappy
+    $VERSION = "0.9101";     #have to hardcode or cpan.org gets unhappy
 }
 
 ### purely for backward compatibility, so we can call it from the commandline:
index b58baf9..2115fad 100644 (file)
@@ -42,7 +42,7 @@ use vars qw[@ISA $VERSION];
             CPANPLUS::Internals::Report
         ];
 
-$VERSION = "0.91";
+$VERSION = "0.9101";
 
 =pod
 
index 71ed154..3d53b76 100644 (file)
@@ -26,7 +26,7 @@ local $Data::Dumper::Indent     = 1; # for dumpering from !
 BEGIN {
     use vars        qw[ $VERSION @ISA ];
     @ISA        =   qw[ CPANPLUS::Shell::_Base::ReadLine ];
-    $VERSION = "0.91";
+    $VERSION = "0.9101";
 }
 
 load CPANPLUS::Shell;
index 2df6bec..878b2e0 100644 (file)
@@ -143,7 +143,7 @@ C<CGI> has been upgraded from version 3.51 to 3.52
 
 =item *
 
-C<CPANPLUS> has been upgraded from version 0.9011 to 0.91
+C<CPANPLUS> has been upgraded from version 0.9011 to 0.9101
 
 Includes support for META.json and MYMETA.json and a change to
 using Digest::SHA for CPAN checksums.