summaryrefslogtreecommitdiff
path: root/lib/CPANPLUS.pm
diff options
context:
space:
mode:
authorJos I. Boumans <kane@dwim.org>2007-05-08 16:05:34 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-08 12:38:04 +0000
commite3b7d412e225646739735ee08e98041e0278f7bf (patch)
treef6c7ff2eee425e2cd090883397432356bc382d51 /lib/CPANPLUS.pm
parent1e05feb346a08fdb97515cde9c4ec43c95989da5 (diff)
downloadperl-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.pm2
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: