File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Revision history for WWW::Mechanize
22
3+ {{$NEXT}}
4+
352.20 2025-10-22 19:04:44Z
46 [ENHANCEMENTS]
57 - WWW::Mechanize no longer taints the responses it receives. This also
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ my %WriteMakefileArgs = (
5959 " bytes" => 0,
6060 " lib" => 0
6161 },
62- " VERSION" => " 2.20 " ,
62+ " VERSION" => " 2.21 " ,
6363 " test" => {
6464 " TESTS" => " t/*.t t/local/*.t t/mech-dump/*.t"
6565 }
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Please check for your own OS at the bottom of this page.
143143use strict;
144144use warnings;
145145
146- our $VERSION = ' 2.20 ' ;
146+ our $VERSION = ' 2.21 ' ;
147147
148148use Tie::RefHash ();
149149use HTTP::Request 1.30 ();
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package WWW::Mechanize::Image;
33use strict;
44use warnings;
55
6- our $VERSION = ' 2.20 ' ;
6+ our $VERSION = ' 2.21 ' ;
77
88# ABSTRACT: Image object for WWW::Mechanize
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package WWW::Mechanize::Link;
33use strict;
44use warnings;
55
6- our $VERSION = ' 2.20 ' ;
6+ our $VERSION = ' 2.21 ' ;
77
88# ABSTRACT: Link object for WWW::Mechanize
99
You can’t perform that action at this time.
0 commit comments