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.24 2025-08-29 11:21:58Z
46 - Fix #84: Replace neverssl.com with example.com in live tests (GH#86)
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.24 " ,
37+ " VERSION" => " 6.25 " ,
3838 " test" => {
3939 " TESTS" => " t/*.t"
4040 }
Original file line number Diff line number Diff line change 11package Net::HTTP ;
2- our $VERSION = ' 6.24 ' ;
2+ our $VERSION = ' 6.25 ' ;
33use strict;
44use warnings;
55
Original file line number Diff line number Diff line change 11package Net::HTTP::Methods ;
2- our $VERSION = ' 6.24 ' ;
2+ our $VERSION = ' 6.25 ' ;
33use strict;
44use warnings;
55use URI;
Original file line number Diff line number Diff line change 11package Net::HTTP::NB ;
2- our $VERSION = ' 6.24 ' ;
2+ our $VERSION = ' 6.25 ' ;
33use strict;
44use warnings;
55
Original file line number Diff line number Diff line change 11package Net::HTTPS ;
2- our $VERSION = ' 6.24 ' ;
2+ our $VERSION = ' 6.25 ' ;
33use strict;
44use warnings;
55
You can’t perform that action at this time.
0 commit comments