From 5ded3fe7774f72c08a6858638a4ff6e771166c3a Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Thu, 8 Sep 2011 11:23:02 +0200
Subject: [PATCH] Documentation / Build.PL: WWW::Mechanize is no longer
 required

---
 Build.PL | 1 -
 README   | 1 -
 bin/efa  | 4 ++--
 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
 
-- 
GitLab