diff options
author | Jos I. Boumans <kane@dwim.org> | 2007-05-08 16:05:34 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-08 12:38:04 +0000 |
commit | e3b7d412e225646739735ee08e98041e0278f7bf (patch) | |
tree | f6c7ff2eee425e2cd090883397432356bc382d51 /lib/CPANPLUS.pm | |
parent | 1e05feb346a08fdb97515cde9c4ec43c95989da5 (diff) | |
download | perl-e3b7d412e225646739735ee08e98041e0278f7bf.tar.gz |
Update CPANPLUS to 0.79_02
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <D216B250-B8FA-488E-839B-27A187BAF04C@dwim.org>
p4raw-id: //depot/perl@31168
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 16650a7ec0..de12be689b 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_01"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.79_02"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: |