File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for WWW::Mechanize
2
2
3
+ {{$NEXT}}
4
+
3
5
2.17 2023-04-27 15:45:01Z
4
6
[ENHANCEMENTS]
5
7
- Perltidied the entire dist, and enabled tests for it (Julien Fiegehenn)
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ my %WriteMakefileArgs = (
60
60
" bytes" => 0,
61
61
" lib" => 0
62
62
},
63
- " VERSION" => " 2.17 " ,
63
+ " VERSION" => " 2.18 " ,
64
64
" test" => {
65
65
" TESTS" => " t/*.t t/local/*.t t/mech-dump/*.t"
66
66
}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Frequently asked questions. Make sure you read here FIRST.
134
134
use strict;
135
135
use warnings;
136
136
137
- our $VERSION = ' 2.17 ' ;
137
+ our $VERSION = ' 2.18 ' ;
138
138
139
139
use Tie::RefHash ();
140
140
use HTTP::Request 1.30 ();
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package WWW::Mechanize::Image;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = ' 2.17 ' ;
6
+ our $VERSION = ' 2.18 ' ;
7
7
8
8
# ABSTRACT: Image object for WWW::Mechanize
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package WWW::Mechanize::Link;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = ' 2.17 ' ;
6
+ our $VERSION = ' 2.18 ' ;
7
7
8
8
# ABSTRACT: Link object for WWW::Mechanize
9
9
You can’t perform that action at this time.
0 commit comments