diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-10-01 11:50:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-10-01 11:50:51 +0200 |
commit | d63bafea6ce6ba6e9551597327f71f69c79062b7 (patch) | |
tree | 28244988ecb72b4a906bfa419234ca4d3db88a70 | |
parent | 1147826c9093f70b143613d61afbcbb95c77db37 (diff) |
Build.PL: specify M::B version
-rw-r--r-- | Build.PL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Module::Build->new( 'Test::More' => 0, 'Test::Pod' => 0, }, + configure_requires => { + 'Module::Build' => 0.40, + }, module_name => 'Travel::Routing::DE::VRR', license => 'unrestricted', requires => { |