diff options
Diffstat (limited to 'cpan/CPANPLUS/lib/CPANPLUS.pm')
-rw-r--r-- | cpan/CPANPLUS/lib/CPANPLUS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/CPANPLUS/lib/CPANPLUS.pm b/cpan/CPANPLUS/lib/CPANPLUS.pm index 6a37717d05..e5b04fd45d 100644 --- a/cpan/CPANPLUS/lib/CPANPLUS.pm +++ b/cpan/CPANPLUS/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.9111"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.9112"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: |