summaryrefslogtreecommitdiff
path: root/cpan/CPANPLUS/lib/CPANPLUS.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/CPANPLUS/lib/CPANPLUS.pm')
-rw-r--r--cpan/CPANPLUS/lib/CPANPLUS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/CPANPLUS/lib/CPANPLUS.pm b/cpan/CPANPLUS/lib/CPANPLUS.pm
index 995308c003..3367aed23c 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.9116"; #have to hardcode or cpan.org gets unhappy
+ $VERSION = "0.9118"; #have to hardcode or cpan.org gets unhappy
}
### purely for backward compatibility, so we can call it from the commandline: