'CPAN' =>
{
'MAINTAINER' => 'andk',
- 'DISTRIBUTION' => 'ANDK/CPAN-1.94_55.tar.gz',
+ 'DISTRIBUTION' => 'ANDK/CPAN-1.94_56.tar.gz',
'FILES' => q[cpan/CPAN],
'EXCLUDED' => [ qr{^distroprefs/},
qr{^inc/Test/},
+2010-02-17 Andreas J. Koenig <andk@cpan.org>
+
+ * release 1.94_56
+
+ * No code change, only version bumps on files that had changed but did
+ not get a version bump. Requested by Steve Hay in his role as perl
+ pumpkin.
+
2010-02-03 Andreas J. Koenig <andk@cpan.org>
* release 1.94_55
# vim: ts=4 sts=4 sw=4:
use strict;
package CPAN;
-$CPAN::VERSION = '1.94_55';
+$CPAN::VERSION = '1.94_56';
$CPAN::VERSION =~ s/_//;
# we need to run chdir all over and we would get at wrong libraries
use strict;
use vars qw($VERSION);
-$VERSION = "5.5";
+$VERSION = "5.5001";
# module is internal to CPAN.pm
%CPAN::DEBUG = qw[
use CPAN::InfoObj;
@CPAN::Distribution::ISA = qw(CPAN::InfoObj);
use vars qw($VERSION);
-$VERSION = "1.94";
+$VERSION = "1.9456";
# Accessors
sub cpan_comment {
use File::Spec ();
use CPAN::Mirrors ();
use vars qw($VERSION $silent);
-$VERSION = "5.53";
+$VERSION = "5.5301";
=head1 NAME
use strict;
use vars qw(%can %keys $loading $VERSION);
-$VERSION = "5.5";
+$VERSION = "5.5001"; # see also CPAN::Config::VERSION at end of file
%can = (
commit => "Commit changes to disk",
use strict;
use vars qw($AUTOLOAD $VERSION);
- $VERSION = "5.5";
+ $VERSION = "5.5001";
# formerly CPAN::HandleConfig was known as CPAN::Config
sub AUTOLOAD { ## no critic
"CPAN/Tarzip.pm",
"CPAN/Version.pm",
);
-$VERSION = "5.5";
+$VERSION = "5.5001";
# record the initial timestamp for reload.
$reload = { map {$INC{$_} ? ($_,(stat $INC{$_})[9]) : ()} @relo };
@CPAN::Shell::ISA = qw(CPAN::Debug);
use vars qw($VERSION @ISA $BUGHUNTING);
use CPAN::Debug;
use File::Basename qw(basename);
-$VERSION = "5.501";
+$VERSION = "5.5011";
# module is internal to CPAN.pm
@ISA = qw(CPAN::Debug); ## no critic