Jelajahi Sumber

Satisfy [PkgVersion] with newline and bump version for trial

Daniel Gempesaw 11 tahun lalu
induk
melakukan
e347cca598
2 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 1 1
      dist.ini
  2. 3 2
      lib/Test/Selenium/Remote/Role/DoesTesting.pm

+ 1 - 1
dist.ini

@@ -1,5 +1,5 @@
 name = Selenium-Remote-Driver
-version = 0.1950
+version = 0.1952
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>
 author = Luke Closs <cpan@5thplane.com>

+ 3 - 2
lib/Test/Selenium/Remote/Role/DoesTesting.pm

@@ -1,6 +1,7 @@
-package Test::Selenium::Remote::Role::DoesTesting; 
+package Test::Selenium::Remote::Role::DoesTesting;
 # ABSTRACT: Role to cope with everything that is related to testing (could
-# be reused in both testing classes) 
+# be reused in both testing classes)
+
 use Moo::Role;
 use Test::Builder;
 use Try::Tiny;