diff options
author | Jos I. Boumans <kane@dwim.org> | 2007-11-09 16:50:11 +0100 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-11-09 16:35:18 +0000 |
commit | 768b421c7d2a7cabf713f8a2ac8b4549037b1251 (patch) | |
tree | 2b82162fd8237b66dc9cf1c3a2b5fc1674cad9fb /lib/CPANPLUS.pm | |
parent | b03f445cd64f5d8457979c447da69dd3b638df69 (diff) | |
download | perl-768b421c7d2a7cabf713f8a2ac8b4549037b1251.tar.gz |
CPANPLUS 0.083_09
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <B17C3858-AF8D-4FDE-AE15-F612E7B41FC9@dwim.org>
p4raw-id: //depot/perl@32252
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 d8fbea5513..5722305f20 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.83_08"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.83_09"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: |