@@ -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>
@@ -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;