summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-17 10:57:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-17 10:57:54 +0200
commit0ae19af15eb57763dfbf84f7e5ef755b3fd49ed7 (patch)
treedffff6c493690541941ffbc660a7b2b88c8f86b7 /Build.PL
parent58a6b8326f4b4d71b729e469f6de6297bc336074 (diff)
Note that we need Module::Build >= 0.36
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index f7bc662..a9b8bf8 100755
--- a/Build.PL
+++ b/Build.PL
@@ -7,6 +7,7 @@ use Module::Build;
Module::Build->new(
build_requires => {
+ 'Module::Build' => '0.36',
'Test::Compile' => 0,
'Test::More' => 0,
'Test::Pod' => 0,