diff options
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 31 |
1 files changed, 16 insertions, 15 deletions
@@ -17,21 +17,22 @@ Module::Build->new( module_name => 'Travel::Routing::DE::HAFAS', license => 'perl', requires => { - 'perl' => '5.14.0', - 'Carp' => 0, - 'Class::Accessor' => '0.16', - 'DateTime' => 0, - 'DateTime::Duration' => 0, - 'DateTime::Format::Strptime' => 0, - 'Digest::MD5' => 0, - 'Getopt::Long' => 0, - 'JSON' => 0, - 'List::MoreUtils' => 0, - 'List::Util' => 0, - 'LWP::UserAgent' => 0, - 'LWP::Protocol::https' => 0, - 'Travel::Status::DE::HAFAS' => 0, - 'Travel::Status::DE::HAFAS::Message' => '4.19', + 'perl' => '5.14.0', + 'Carp' => 0, + 'Class::Accessor' => '0.16', + 'DateTime' => 0, + 'DateTime::Duration' => 0, + 'DateTime::Format::Strptime' => 0, + 'Digest::MD5' => 0, + 'Getopt::Long' => 0, + 'JSON' => 0, + 'List::MoreUtils' => 0, + 'List::Util' => 0, + 'LWP::UserAgent' => 0, + 'LWP::Protocol::https' => 0, + 'Travel::Status::DE::HAFAS' => 0, + 'Travel::Status::DE::HAFAS::Location' => '5.00', + 'Travel::Status::DE::HAFAS::Message' => '4.19', }, script_files => 'bin/', sign => 1, |