1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/devel/p5-Data-Unixish/files/patch-lib_Data_Unixish_sum.pm
Steve Wills 8cc1e03304 devel/p5-Data-Unixish: add patches to fix run time issues
PR:		243897
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer)
2020-08-16 13:03:42 +00:00

11 lines
342 B
Perl

--- lib/Data/Unixish/sum.pm.orig 2019-10-26 02:14:22 UTC
+++ lib/Data/Unixish/sum.pm
@@ -2,7 +2,7 @@ package Data::Unixish::sum;
use 5.010;
use strict;
-use syntax 'each_on_array'; # to support perl < 5.12
+#use syntax 'each_on_array'; # to support perl < 5.12
use warnings;
#use Log::Any '$log';
use Scalar::Util 'looks_like_number';