From 2e98be0b66fbf7b75e62cb164250e9dab8b89b5c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 29 Jun 2011 13:36:14 +0200 Subject: Release v1.04 (about time) --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build.PL') 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(); -- cgit v1.2.3