Skip to content

Commit ac0cbe2

Browse files
authored
bump required perl version (#447)
- /u is added in perl 5.14 - [link to perl5140delta](https://perldoc.perl.org/5.14.4/perl5140delta#/d,-/l,-/u,-and-/a-modifiers)
1 parent 7dec931 commit ac0cbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff-so-fancy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ my $VERSION = "1.4.4";
44

55
#################################################################################
66

7-
use v5.010; # Require Perl 5.10 for 'state' variables
7+
use v5.014; # Require Perl 5.14 for 'state' variables and /u in regexes
88
use warnings FATAL => 'all';
99
use strict;
1010

0 commit comments

Comments
 (0)