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 c51a2aa9f1..d4ab5f2ec7 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.9108"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.9109"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: |