diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CPANPLUS.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CPANPLUS.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/CPANPLUS.pm b/Master/tlpkg/tlperl/lib/CPANPLUS.pm index e1fc6ef8ad3..e0ff071b34c 100644 --- a/Master/tlpkg/tlperl/lib/CPANPLUS.pm +++ b/Master/tlpkg/tlperl/lib/CPANPLUS.pm @@ -1,4 +1,5 @@ package CPANPLUS; +use deprecate; use strict; use Carp; @@ -13,7 +14,7 @@ BEGIN { use vars qw( @EXPORT @ISA $VERSION ); @EXPORT = qw( shell fetch get install ); @ISA = qw( Exporter ); - $VERSION = "0.9121"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.9135"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: |