diff options
author | Jos I. Boumans <kane@dwim.org> | 2007-05-28 16:59:11 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-28 13:17:54 +0000 |
commit | 622d31ac76e641eb7d1153122d2d208f0647a442 (patch) | |
tree | 11399ce1dedfebae06c067fc0eb112e8f16ac84b /lib/CPANPLUS.pm | |
parent | 3284ac36dc33e7498845639ced496b0e50a80783 (diff) | |
download | perl-622d31ac76e641eb7d1153122d2d208f0647a442.tar.gz |
Update CPANPLUS to 0.79_03
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <DDD60952-6B63-4AA5-9862-FAE3456AB7CA@dwim.org>
p4raw-id: //depot/perl@31292
Diffstat (limited to 'lib/CPANPLUS.pm')
-rw-r--r-- | lib/CPANPLUS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CPANPLUS.pm b/lib/CPANPLUS.pm index de12be689b..b6d50fd7ad 100644 --- a/lib/CPANPLUS.pm +++ b/lib/CPANPLUS.pm @@ -13,7 +13,7 @@ BEGIN { use vars qw( @EXPORT @ISA $VERSION ); @EXPORT = qw( shell fetch get install ); @ISA = qw( Exporter ); - $VERSION = "0.79_02"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.79_03"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: |