summaryrefslogtreecommitdiffstats
path: root/bindings/perl/Makefile.PL
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-12-22 17:34:40 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-12-22 17:34:45 +0100
commite59c22aade3e7c29bc501280c6f97733720b499f (patch)
treee14f9b41d862936a7506bd398b160f974934629d /bindings/perl/Makefile.PL
parent908eef330dbdac7f7dea5a9f8586bea69cdeedca (diff)
downloadlasso-e59c22aade3e7c29bc501280c6f97733720b499f.tar.gz
lasso-e59c22aade3e7c29bc501280c6f97733720b499f.tar.xz
lasso-e59c22aade3e7c29bc501280c6f97733720b499f.zip
[bindings perl] downgrade require on perl version to 5 instead of 5.10
Diffstat (limited to 'bindings/perl/Makefile.PL')
-rw-r--r--bindings/perl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL
index 96f3a4bc..45cf0d5a 100644
--- a/bindings/perl/Makefile.PL
+++ b/bindings/perl/Makefile.PL
@@ -1,4 +1,4 @@
-use 5.010000;
+use 5;
use ExtUtils::MakeMaker;