diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-10-01 11:38:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-10-01 11:38:53 +0200 |
commit | 0131b68e6980f994eda01a2065e6d9b804ca63d3 (patch) | |
tree | e438f178e8339c0e54acaff7179d0d9c0273cdb0 | |
parent | ca99781be188f663bc6cf3c70782f7d49ffae7f8 (diff) |
Build.PL: specify M::B version
-rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ my $build = Module::Build->new( 'Test::Command' => 0, }, configure_requires => { - 'Module::Build' => 0, + 'Module::Build' => 0.40, }, config_data => { object_file => '/var/cache/icinga/objects.cache', |