File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ** 0.29 / 2021-06-09
3
+ - Update version number everywhere instead of just in dist.ini
4
+
1
5
** 0.28 / 2021-06-09
2
6
- Use a javascript workaround to get textarea value to fix Firefox problem
3
7
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Weasel - Perl's php/Mink-inspired abstracted web-driver framework
8
8
9
9
# VERSION
10
10
11
- 0.27
11
+ 0.29
12
12
13
13
# SYNOPSIS
14
14
Original file line number Diff line number Diff line change 1
1
name = Weasel
2
2
abstract = PHP' s Mink inspired multi-protocol web-testing library for Perl
3
3
;'
4
- version = 0.28
4
+ version = 0.29
5
5
author = Erik Huelsmann <ehuels@gmail.com>
6
6
copyright_holder = Erik Huelsmann
7
7
main_module = lib/Weasel.pm
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Weasel - Perl's php/Mink-inspired abstracted web-driver framework
5
5
6
6
=head1 VERSION
7
7
8
- 0.27
8
+ 0.29
9
9
10
10
=head1 SYNOPSIS
11
11
@@ -116,7 +116,7 @@ use warnings;
116
116
use Moose;
117
117
use namespace::autoclean;
118
118
119
- our $VERSION = ' 0.27 ' ;
119
+ our $VERSION = ' 0.29 ' ;
120
120
121
121
# From https://w3c.github.io/webdriver/webdriver-spec.html#keyboard-actions
122
122
my %key_codes = (
You can’t perform that action at this time.
0 commit comments