diff options
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: |