diff options
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |