We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b58c6d commit 38d7bbcCopy full SHA for 38d7bbc
Changes
@@ -1,3 +1,14 @@
1
+_______________________________________________________________________________
2
+2012-02-18 LWP-Protocol-https 6.03
3
+
4
+Skip test if offline [RT#74163]
5
6
+Typo fixes
7
8
+Restore perl-5.8.1 compatibility.
9
10
11
12
_______________________________________________________________________________
13
2011-03-27 LWP-Protocol-https 6.02
14
lib/LWP/Protocol/https.pm
@@ -1,7 +1,7 @@
package LWP::Protocol::https;
use strict;
-our $VERSION = "6.02";
+our $VERSION = "6.03";
require LWP::Protocol::http;
our @ISA = qw(LWP::Protocol::http);
0 commit comments