diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-12-22 17:34:40 +0100 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-12-22 17:35:14 +0100 |
| commit | 9bfd555cda5aa82243d3f4f2034c9df608380319 (patch) | |
| tree | 0956383ef43682570f89460e0e1551761047a80e | |
| parent | d69649cc5d89cb8a9c1fe50e5f668427d19449b2 (diff) | |
| download | lasso-9bfd555cda5aa82243d3f4f2034c9df608380319.tar.gz lasso-9bfd555cda5aa82243d3f4f2034c9df608380319.tar.xz lasso-9bfd555cda5aa82243d3f4f2034c9df608380319.zip | |
[bindings perl] downgrade requirement on perl version to 5 instead of 5.10
| -rw-r--r-- | bindings/perl/Makefile.PL | 2 |
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; |
