summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/CPAN/Nox.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CPAN/Nox.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/CPAN/Nox.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/CPAN/Nox.pm b/Master/tlpkg/tlperl/lib/CPAN/Nox.pm
index 5fe5a25ae6e..f7ed4a38afb 100644
--- a/Master/tlpkg/tlperl/lib/CPAN/Nox.pm
+++ b/Master/tlpkg/tlperl/lib/CPAN/Nox.pm
@@ -6,10 +6,11 @@ BEGIN{
$CPAN::Suppress_readline=1 unless defined $CPAN::term;
}
-use base 'Exporter';
+use Exporter ();
+@CPAN::ISA = ('Exporter');
use CPAN;
-$VERSION = "5.50";
+$VERSION = "5.5001";
$CPAN::META->has_inst('Digest::MD5','no');
$CPAN::META->has_inst('LWP','no');
$CPAN::META->has_inst('Compress::Zlib','no');