From: Mischa POSLAWSKY Date: Mon, 21 Dec 2015 18:33:52 +0000 (+0100) Subject: perl: lowercase exceptional capital in `use 5.012` description X-Git-Tag: v1.9~47 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/3e7e3c29c54c0a2c2167bd9136ef5fd702cbb713 perl: lowercase exceptional capital in `use 5.012` description --- 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],