summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2009-03-27 20:02:04 +0000
committerville <ville@localhost>2009-03-27 20:02:04 +0000
commitca001966d156c81e1a52300fa1d57e463ca85b47 (patch)
tree09b030655cfabedabdc18da0424f7e3bc758d727
parentb2861a29148e7e19d443e92f56e3e9d9d03ea3b3 (diff)
downloadmarkup-validator-ca001966d156c81e1a52300fa1d57e463ca85b47.zip
markup-validator-ca001966d156c81e1a52300fa1d57e463ca85b47.tar.gz
markup-validator-ca001966d156c81e1a52300fa1d57e463ca85b47.tar.bz2
Avoid v-string non-portability warning with Perl 5.10.0.
-rw-r--r--misc/bundle/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index be1d03b..342f6dc 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -1,4 +1,4 @@
-use 5.8.0;
+use 5.008;
use ExtUtils::MakeMaker;
WriteMakefile(