projects
/
scpubgit/Test-Harness-Selenium.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9dda9c1
)
add $VERSION
Matt S Trout [Wed, 22 Jun 2011 11:38:11 +0000 (12:38 +0100)]
lib/Test/Harness/Selenium.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Harness/Selenium.pm
b/lib/Test/Harness/Selenium.pm
index
34187b2
..
0df97e4
100644
(file)
--- a/
lib/Test/Harness/Selenium.pm
+++ b/
lib/Test/Harness/Selenium.pm
@@
-9,6
+9,8
@@
use Alien::SeleniumRC;
use LWP::Simple;
use Child;
+our $VERSION = '0.01';
+
use Test::More;
BEGIN {
package Test::Builder;