blob: 071d34c7993faf7ae3891de9a583b0c8537eb69e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/Data/Unixish/lcfirst.pm.orig 2019-10-26 02:14:22 UTC
+++ lib/Data/Unixish/lcfirst.pm
@@ -2,7 +2,7 @@ package Data::Unixish::lcfirst;
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';
|