summaryrefslogtreecommitdiff
path: root/lang/p5-ePerl/files/patch-configure
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-12 21:30:18 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-12 21:30:18 +0000
commit8f358fda0dbc4af62831f7ab7a4a2116cbc447f1 (patch)
tree92053372883d4857878d6a61e72d1e2975349a81 /lang/p5-ePerl/files/patch-configure
parentFix with Perl 5.21.1+ (diff)
Fix with Perl 5.20+
With hat: perl@ Sponsored by: Absolight
Diffstat (limited to 'lang/p5-ePerl/files/patch-configure')
-rw-r--r--lang/p5-ePerl/files/patch-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p5-ePerl/files/patch-configure b/lang/p5-ePerl/files/patch-configure
index 5e983114bf6e..63a626c93188 100644
--- a/lang/p5-ePerl/files/patch-configure
+++ b/lang/p5-ePerl/files/patch-configure
@@ -14,7 +14,7 @@
echo "$ac_t""$perlprog v$perlvers" 1>&6
case $perlvers in
- 5.003* | 5.004* | 5.005* | 5.006* )
-+ 5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.01* )
++ 5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.01* | 5.02* )
;;
* ) echo ""
echo "Latest Perl found on your system is $perlvers,"