summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index c931fc8..e1b05d5 100644
--- a/Build.PL
+++ b/Build.PL
@@ -22,7 +22,7 @@ my @command_paths = (
my $build = Module::Build->new(
build_requires => {
'Test::More' => 0,
- 'Test::Compile' => 0,
+ 'Test::Compile' => "1.3.0",
'Test::Pod' => 0,
'Test::Command' => 0,
},