summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-09-09 17:31:11 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-09-09 17:31:11 +0200
commit17608f3e323309cb4ca8919be73e785ebcf0bec5 (patch)
treeec474f455430d04c3964f72bbe50c9c63adb0d05 /Build.PL
parent426806be46efedc8f252c1830cf0c02d79c14304 (diff)
More documentation
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,
},