summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-09-08 11:23:02 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-09-08 11:23:02 +0200
commit5ded3fe7774f72c08a6858638a4ff6e771166c3a (patch)
treee915b37aec7330839feee662e77f613620805055
parentfdc7fd454d3a65dcdf6c279e5f09ae37595ab029 (diff)
Documentation / Build.PL: WWW::Mechanize is no longer required
-rw-r--r--Build.PL1
-rw-r--r--README1
-rwxr-xr-xbin/efa4
3 files changed, 2 insertions, 4 deletions
diff --git a/Build.PL b/Build.PL
index 49eeeb0..e460926 100644
--- a/Build.PL
+++ b/Build.PL
@@ -20,7 +20,6 @@ Module::Build->new(
'Exception::Class' => 0,
'Getopt::Long' => 0,
'XML::LibXML' => 0,
- 'WWW::Mechanize' => 0,
},
sign => 1,
diff --git a/README b/README
index b2fd346..a13cdd5 100644
--- a/README
+++ b/README
@@ -11,7 +11,6 @@ Dependencies
* Class::Accessor
* Exception::Class
* XML::LibXML
- * WWW::Mechanize
Installation
diff --git a/bin/efa b/bin/efa
index 9c89a8d..63c3eae 100755
--- a/bin/efa
+++ b/bin/efa
@@ -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