Browse Source

prep for 1.46 release

George S. Baugh 2 years ago
parent
commit
96eb158a7a
3 changed files with 6 additions and 3 deletions
  1. 3 0
      Changes
  2. 1 1
      dist.ini
  3. 2 2
      lib/Selenium/Remote/WDKeys.pm

+ 3 - 0
Changes

@@ -1,5 +1,8 @@
 Revision history for Selenium-Remote-Driver
 Revision history for Selenium-Remote-Driver
 
 
+1.46 2021-12-04 TEODESIAN
+    - Document the keys of WDKEYS hash in POD. Contribution by Yuki Kimoto.
+
 1.45 2021-10-21 TEODESIAN
 1.45 2021-10-21 TEODESIAN
     - Remove ill-advised test reaching out to saucelabs at install-time, vendors are the users' problem
     - Remove ill-advised test reaching out to saucelabs at install-time, vendors are the users' problem
 
 

+ 1 - 1
dist.ini

@@ -1,5 +1,5 @@
 name = Selenium-Remote-Driver
 name = Selenium-Remote-Driver
-version = 1.45
+version = 1.46
 author = George S. Baugh <george@troglodyne.net>
 author = George S. Baugh <george@troglodyne.net>
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>

+ 2 - 2
lib/Selenium/Remote/WDKeys.pm

@@ -9,10 +9,10 @@ The constant KEYS is defined here.
 =head1 SYNOPSIS
 =head1 SYNOPSIS
 
 
    use Selenium::Remote::WDKeys;
    use Selenium::Remote::WDKeys;
-   
+
    my $space_key = KEYS->{'space'};
    my $space_key = KEYS->{'space'};
    my $enter_key = KEYS->{'enter'};
    my $enter_key = KEYS->{'enter'};
-   
+
 =head1 CONSTANT KEYS
 =head1 CONSTANT KEYS
 
 
   null
   null