Skip to content

Commit

Permalink
Update CPANPLUS to CPAN version 0.9106
Browse files Browse the repository at this point in the history
  [DELTA]

  Changes for 0.9106      Wed Jul  6 09:53:44 2011
  ================================================
  * synchronisation with blead to remove profanity
    from the source. No other changes.
  • Loading branch information
bingos committed Jul 6, 2011
1 parent 8b00e52 commit 17f2f4a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Expand Up @@ -458,7 +458,7 @@ package Maintainers;
'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$},
Expand Down
2 changes: 1 addition & 1 deletion cpan/CPANPLUS/lib/CPANPLUS.pm
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cpan/CPANPLUS/lib/CPANPLUS/Internals.pm
Expand Up @@ -42,7 +42,7 @@ use vars qw[@ISA $VERSION];
CPANPLUS::Internals::Report
];

$VERSION = "0.9105";
$VERSION = "0.9106";

=pod
Expand Down
2 changes: 1 addition & 1 deletion cpan/CPANPLUS/lib/CPANPLUS/Shell/Default.pm
Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions pod/perldelta.pod
Expand Up @@ -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
Expand Down

0 comments on commit 17f2f4a

Please sign in to comment.