diff options
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -19,13 +19,14 @@ Module::Build->new( module_name => 'Travel::Routing::DE::VRR', license => 'perl', requires => { - 'perl' => '5.10.1', - 'Class::Accessor' => 0, - 'Exception::Class' => 0, - 'Getopt::Long' => 0, - 'List::Util' => 0, - 'LWP::UserAgent' => 0, - 'XML::LibXML' => 0, + 'perl' => '5.10.1', + 'Class::Accessor' => 0, + 'Exception::Class' => 0, + 'Getopt::Long' => 0, + 'List::Util' => 0, + 'LWP::UserAgent' => 0, + 'LWP::Protocol::https' => 0, + 'XML::LibXML' => 0, }, sign => 1, meta_merge => { |