We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dec931 commit ac0cbe2Copy full SHA for ac0cbe2
diff-so-fancy
@@ -4,7 +4,7 @@ my $VERSION = "1.4.4";
4
5
#################################################################################
6
7
-use v5.010; # Require Perl 5.10 for 'state' variables
+use v5.014; # Require Perl 5.14 for 'state' variables and /u in regexes
8
use warnings FATAL => 'all';
9
use strict;
10
0 commit comments