diff options
-rw-r--r-- | Build.PL | 1 | ||||
-rw-r--r-- | README | 1 | ||||
-rwxr-xr-x | bin/efa | 4 |
3 files changed, 2 insertions, 4 deletions
@@ -20,7 +20,6 @@ Module::Build->new( 'Exception::Class' => 0, 'Getopt::Long' => 0, 'XML::LibXML' => 0, - 'WWW::Mechanize' => 0, }, sign => 1, @@ -11,7 +11,6 @@ Dependencies * Class::Accessor * Exception::Class * XML::LibXML - * WWW::Mechanize Installation @@ -375,8 +375,8 @@ None. =head1 DEPENDENCIES -This script requires perl 5.10 (or higher) with the modules -WWW::Mechanize and XML::LibXML. +This script requires perl 5.10 (or higher) with the XML::LibXML module +installed. =head1 BUGS AND LIMITATIONS |