Skip to content

Commit fb42f9f

Browse files
committedApr 27, 2023
increment $VERSION after 2.17 release
1 parent e4f626e commit fb42f9f

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed
 

‎Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for WWW::Mechanize
22

3+
{{$NEXT}}
4+
35
2.17 2023-04-27 15:45:01Z
46
[ENHANCEMENTS]
57
- Perltidied the entire dist, and enabled tests for it (Julien Fiegehenn)

‎Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ my %WriteMakefileArgs = (
6060
"bytes" => 0,
6161
"lib" => 0
6262
},
63-
"VERSION" => "2.17",
63+
"VERSION" => "2.18",
6464
"test" => {
6565
"TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t"
6666
}

‎lib/WWW/Mechanize.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Frequently asked questions. Make sure you read here FIRST.
134134
use strict;
135135
use warnings;
136136

137-
our $VERSION = '2.17';
137+
our $VERSION = '2.18';
138138

139139
use Tie::RefHash ();
140140
use HTTP::Request 1.30 ();

‎lib/WWW/Mechanize/Image.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package WWW::Mechanize::Image;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '2.17';
6+
our $VERSION = '2.18';
77

88
#ABSTRACT: Image object for WWW::Mechanize
99

‎lib/WWW/Mechanize/Link.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package WWW::Mechanize::Link;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '2.17';
6+
our $VERSION = '2.18';
77

88
#ABSTRACT: Link object for WWW::Mechanize
99

0 commit comments

Comments
 (0)
Please sign in to comment.