diff --git a/Build.PL b/Build.PL
index 49eeeb02ac2e9f0ef5764257b23ba09cac61e6a5..e460926cd85e58837a987cba62e3b310d6a8e24b 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 b2fd346f5e6abb91140d9d0f30486078110ed30e..a13cdd5ce96ebc7794527b963d59c020304e7a3a 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 9c89a8d9dac34c2544bf8d96adbd5c3aceec2e72..63c3eaed8296fc1435ed2e7b66c70f9ef880824f 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