X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1da52e230662d00c1be7753e421a8de6f83ebe11..3e7e3c29c54c0a2c2167bd9136ef5fd702cbb713:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index 53142b4..d5a6ed6 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -70,7 +70,7 @@ use utf8; new => [ ['package version', 'package NAME VERSION shorthand for our $VERSION'], ['...', 'yada-yada operator: code placeholder'], - ['use 5.012', 'Implicit strict if use VERSION >= v5.12'], + ['use 5.012', 'implicit strict if use VERSION >= v5.12'], ['… when', 'when is now allowed to be used as a statement modifier'], [q"use overload 'qr'", 'customisable conversion to regular expressions'], ['/\N/', 'inverse \n to match any character except newline regardless of /s', v5.18],