aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d788b57..7d2f4b7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ WriteMakefile(
VERSION_FROM => 'lib/Parse/EDID.pm',
ABSTRACT_FROM => 'lib/Parse/EDID.pm',
BUILD_REQUIRES => {
- YAML => undef
+ YAML => 0
}
);