diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-12 21:30:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-12 21:30:18 +0000 |
commit | 8f358fda0dbc4af62831f7ab7a4a2116cbc447f1 (patch) | |
tree | 92053372883d4857878d6a61e72d1e2975349a81 /lang/p5-ePerl/files/patch-configure | |
parent | Fix 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-configure | 2 |
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," |