summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index 05433cb..af48452 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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,
},