File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- Release history for Net-HTTP
1+ Release history for {{$dist->name}}
2+
3+ {{$NEXT}}
24
356.23 2023-06-16 11:46:01Z
46 - Don't treat HTTP header names as case sensitive in test (GH#81) (Olaf
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ my %WriteMakefileArgs = (
3434 " Socket" => 0,
3535 " Test::More" => 0
3636 },
37- " VERSION" => " 6.23 " ,
37+ " VERSION" => " 6.24 " ,
3838 " test" => {
3939 " TESTS" => " t/*.t"
4040 }
Original file line number Diff line number Diff line change 11package Net::HTTP ;
2- our $VERSION = ' 6.23 ' ;
2+ our $VERSION = ' 6.24 ' ;
33use strict;
44use warnings;
55
Original file line number Diff line number Diff line change 11package Net::HTTP::Methods ;
2- our $VERSION = ' 6.23 ' ;
2+ our $VERSION = ' 6.24 ' ;
33use strict;
44use warnings;
55use URI;
Original file line number Diff line number Diff line change 11package Net::HTTP::NB ;
2- our $VERSION = ' 6.23 ' ;
2+ our $VERSION = ' 6.24 ' ;
33use strict;
44use warnings;
55
Original file line number Diff line number Diff line change 11package Net::HTTPS ;
2- our $VERSION = ' 6.23 ' ;
2+ our $VERSION = ' 6.24 ' ;
33use strict;
44use warnings;
55
You can’t perform that action at this time.
0 commit comments