summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 5ff22bb..b014150 100644
--- a/Build.PL
+++ b/Build.PL
@@ -10,7 +10,6 @@ Module::Build->new(
'Test::More' => 0,
'Test::Compile' => 0,
'Test::Pod' => 0,
- 'Test::Command' => 0,
},
module_name => 'Travel::Routing::DE::VRR',
license => 'unrestricted',
@@ -22,5 +21,6 @@ Module::Build->new(
'XML::LibXML' => 0,
'WWW::Mechanize' => 0,
},
+ sign => 1,
)->create_build_script();