From 72bfc495f156a93fc00ce0a01531e6e6c2c60960 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Apr 2015 21:30:18 +0000 Subject: Fix with Perl 5.20+ With hat: perl@ Sponsored by: Absolight --- lang/p5-ePerl/files/patch-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') 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," -- cgit