]> git.donarmstrong.com Git - bin.git/commitdiff
* add missing use IO::File
authorDon Armstrong <don@donarmstrong.com>
Wed, 24 Jun 2009 19:44:07 +0000 (19:44 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 24 Jun 2009 19:44:07 +0000 (19:44 +0000)
site_tester

index 5a71242084288d0cce93b02625661700b4a3f810..afbf9aa84e3f32f73b46e97423d220478efb3ade 100755 (executable)
@@ -51,6 +51,7 @@ Display this manual.
 
 use vars qw($DEBUG);
 
+use IO::File;
 use WWW::Mechanize;
 
 my %options = (debug           => 0,