Commit 5ded3fe7 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Documentation / Build.PL: WWW::Mechanize is no longer required

parent fdc7fd45
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ Module::Build->new(
		'Exception::Class' => 0,
		'Getopt::Long' => 0,
		'XML::LibXML' => 0,
		'WWW::Mechanize' => 0,
	},
	sign => 1,

+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ Dependencies
 * Class::Accessor
 * Exception::Class
 * XML::LibXML
 * WWW::Mechanize


Installation
+2 −2
Original line number Diff line number Diff line
@@ -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