From: Tatsuhiko Miyagawa Date: Sun, 27 Apr 2014 06:43:04 +0000 (+0200) Subject: ASCIIfy the code comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4955f7008c14360bb7e464002e6ad2ff7ed6a475;p=p5sagit%2FModule-Metadata.git ASCIIfy the code comment --- diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 281d738..434eb81 100644 --- a/lib/Module/Metadata.pm +++ b/lib/Module/Metadata.pm @@ -78,7 +78,7 @@ my $VARNAME_REGEXP = qr{ # match fully-qualified VERSION name ([\$*]) # sigil - $ or * ( ( # optional leading package name - (?:::|\')? # possibly starting like just :: (Ì la $::VERSION) + (?:::|\')? # possibly starting like just :: (a la $::VERSION) (?:\w+(?:::|\'))* # Foo::Bar:: ... )? VERSION