diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-29 13:36:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-29 13:36:14 +0200 |
commit | 2e98be0b66fbf7b75e62cb164250e9dab8b89b5c (patch) | |
tree | 396f3b195a686355b2c87f52039c1a2332df797b /Build.PL | |
parent | 826ec4a8e61a2c3a1a9400cc93e2d4e8ae2bc448 (diff) |
Release v1.04 (about time)1.04
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(); |