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.12 2022-07-20 06:45:40Z
4
6
5
7
[ENHANCEMENTS]
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ my %WriteMakefileArgs = (
65
65
" bytes" => 0,
66
66
" lib" => 0
67
67
},
68
- " VERSION" => " 2.12 " ,
68
+ " VERSION" => " 2.13 " ,
69
69
" test" => {
70
70
" TESTS" => " t/*.t t/local/*.t t/mech-dump/*.t"
71
71
}
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.12 ' ;
137
+ our $VERSION = ' 2.13 ' ;
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.12 ' ;
6
+ our $VERSION = ' 2.13 ' ;
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.12 ' ;
6
+ our $VERSION = ' 2.13 ' ;
7
7
8
8
# ABSTRACT: Link object for WWW::Mechanize
9
9
You can’t perform that action at this time.
0 commit comments