diff options
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,12 +11,12 @@ Module::Build->new( 'Test::Pod' => 0, }, module_name => 'Travel::Status::DE::VRR', - license => 'unrestricted', + license => 'perl', requires => { 'perl' => '5.10.1', 'Class::Accessor' => 0, 'Getopt::Long' => 0, - 'List::Utel' => 0, + 'List::Util' => 0, 'WWW::Mechanize' => 0, 'XML::LibXML' => 0, }, |