summaryrefslogtreecommitdiff
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
parent58a6b8326f4b4d71b729e469f6de6297bc336074 (diff)
Note that we need Module::Build >= 0.36
-rwxr-xr-xBuild.PL1
-rw-r--r--README2
2 files changed, 2 insertions, 1 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,
diff --git a/README b/README
index db105e0..7ed8cc4 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ Dependencies
* perl >= 5.10
* File::ShareDir
* IPC::Run
- * Module::Build
+ * Module::Build >= 0.36
* SDL
* Term::Size