summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 9595edd..5ff22bb 100644
--- a/Build.PL
+++ b/Build.PL
@@ -15,8 +15,9 @@ Module::Build->new(
module_name => 'Travel::Routing::DE::VRR',
license => 'unrestricted',
requires => {
- 'Class::Accessor' => 0,
'perl' => '5.10.0',
+ 'Class::Accessor' => 0,
+ 'Exception::Class' => 0,
'Getopt::Long' => 0,
'XML::LibXML' => 0,
'WWW::Mechanize' => 0,