Skip to content

Commit

Permalink
Includes recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aivaturi committed May 2, 2010
1 parent 8d6de51 commit 6efb07d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Changes
@@ -1,5 +1,8 @@
Revision history for Selenium-Remote-Driver

0.01 Date/time
0.10 5-2-2010
Implemented support for JSON wire protocol as of a4 release of
Selenium 2.0
0.01 2-21-2010
First version, released on an unsuspecting world.

8 changes: 5 additions & 3 deletions MANIFEST
Expand Up @@ -3,7 +3,9 @@ MANIFEST
Makefile.PL
README
lib/Selenium/Remote/Driver.pm
lib/Selenium/Remote/WebElement.pm
lib/Selenium/Remote/RemoteConnection.pm
lib/Selenium/Remote/ErrorHandler.pm
lib/Selenium/Remote/Commands.pm
t/00-load.t
t/manifest.t
t/pod-coverage.t
t/pod.t
t/01-driver.t
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -11,7 +11,7 @@ build_requires 'HTTP::Headers';
build_requires 'HTTP::Request';
build_requires 'Carp';
build_requires 'JSON';
build_requires 'String::TT';
build_requires 'Net::Ping';

auto_install;

Expand Down

0 comments on commit 6efb07d

Please sign in to comment.