Updated CPANPLUS to cpan release 0.90
Chris Williams [Thu, 17 Dec 2009 22:08:48 +0000 (22:08 +0000)]
  Changes for 0.90        Thu Dec 17 21:40:13 2009
  ================================================
  * Version bump

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

index cd3fff0..1c326da 100755 (executable)
@@ -423,7 +423,7 @@ use File::Glob qw(:case);
     'CPANPLUS' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-0.89_12.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-0.90.tar.gz',
        'FILES'         => q[cpan/CPANPLUS],
        'EXCLUDED'      => [ qr{^inc/},
                             qr{^t/dummy-.*\.hidden$},
index 19b17b0..b61771b 100644 (file)
@@ -13,7 +13,7 @@ BEGIN {
     use vars        qw( @EXPORT @ISA $VERSION );
     @EXPORT     =   qw( shell fetch get install );
     @ISA        =   qw( Exporter );
-    $VERSION = "0.89_12";     #have to hardcode or cpan.org gets unhappy
+    $VERSION = "0.90";     #have to hardcode or cpan.org gets unhappy
 }
 
 ### purely for backward compatibility, so we can call it from the commandline:
index 61c07b1..fedcb67 100644 (file)
@@ -42,7 +42,7 @@ use vars qw[@ISA $VERSION];
             CPANPLUS::Internals::Report
         ];
 
-$VERSION = "0.89_12";
+$VERSION = "0.90";
 
 =pod
 
index 63d2e41..a9d5142 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.89_12";
+    $VERSION = "0.90";
 }
 
 load CPANPLUS::Shell;