summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/LWP/Protocol/cpan.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/LWP/Protocol/cpan.pm')
-rw-r--r--Master/tlpkg/tlperl/site/lib/LWP/Protocol/cpan.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/LWP/Protocol/cpan.pm b/Master/tlpkg/tlperl/site/lib/LWP/Protocol/cpan.pm
index 3288abdbc12..cf27eb672ff 100644
--- a/Master/tlpkg/tlperl/site/lib/LWP/Protocol/cpan.pm
+++ b/Master/tlpkg/tlperl/site/lib/LWP/Protocol/cpan.pm
@@ -1,9 +1,11 @@
package LWP::Protocol::cpan;
-$LWP::Protocol::cpan::VERSION = '6.25';
+
use strict;
use base qw(LWP::Protocol);
+our $VERSION = '6.31';
+
require URI;
require HTTP::Status;
require HTTP::Response;