Update CPANPLUS to CPAN version 0.9106
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 6 Jul 2011 10:42:55 +0000 (11:42 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 6 Jul 2011 10:42:55 +0000 (11:42 +0100)
  [DELTA]

  Changes for 0.9106      Wed Jul  6 09:53:44 2011
  ================================================
  * synchronisation with blead to remove profanity
    from the source. No other changes.

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 7220421..cd3557d 100755 (executable)
@@ -458,7 +458,7 @@ use File::Glob qw(:case);
     'CPANPLUS' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-0.9105.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-0.9106.tar.gz',
        'FILES'         => q[cpan/CPANPLUS],
        'EXCLUDED'      => [ qr{^inc/},
                             qr{^t/dummy-.*\.hidden$},
index ca2243c..7496688 100644 (file)
@@ -13,7 +13,7 @@ BEGIN {
     use vars        qw( @EXPORT @ISA $VERSION );
     @EXPORT     =   qw( shell fetch get install );
     @ISA        =   qw( Exporter );
-    $VERSION = "0.9105";     #have to hardcode or cpan.org gets unhappy
+    $VERSION = "0.9106";     #have to hardcode or cpan.org gets unhappy
 }
 
 ### purely for backward compatibility, so we can call it from the commandline:
index af30f6b..c882c93 100644 (file)
@@ -42,7 +42,7 @@ use vars qw[@ISA $VERSION];
             CPANPLUS::Internals::Report
         ];
 
-$VERSION = "0.9105";
+$VERSION = "0.9106";
 
 =pod
 
index d736dfd..db75c44 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.9105";
+    $VERSION = "0.9106";
 }
 
 load CPANPLUS::Shell;
index 775ad96..8ed35bc 100644 (file)
@@ -146,6 +146,10 @@ IO::Compress::Zip when the content size was exactly 0xFFFFFFFF.
 
 =item *
 
+L<CPANPLUS> has been upgraded from version 0.9105 to version 0.9106
+
+=item *
+
 L<IPC::Cmd> has been upgraded from version 0.70 to version 0.72
 
 Capturing of command output (both C<STDOUT> and C<STDERR>) is now supported