From: Matt S Trout Date: Sun, 15 Sep 2013 19:39:59 +0000 (+0000) Subject: I am bad at names. Sorry mauke. X-Git-Tag: v1.000006~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=320003df2867ad8050cbe2e1b30942297ff4dd06;hp=7d49eba96e57e1d2825b29427c1890ce429f0205;p=scpubgit%2FHTML-String.git I am bad at names. Sorry mauke. --- diff --git a/lib/HTML/String/TT/Directive.pm b/lib/HTML/String/TT/Directive.pm index c443f4b..5454785 100644 --- a/lib/HTML/String/TT/Directive.pm +++ b/lib/HTML/String/TT/Directive.pm @@ -36,7 +36,7 @@ sub text { # which then gets overload::constant'ed appropriately. # The first two lines of the s! were assembled from the escape sequences - # table in "Quote and Quote-like Operators" in perlop by Lucas Mai, then + # table in "Quote and Quote-like Operators" in perlop by Lukas Mai, then # the last line handles sigils. my $str = perlstring $text;