Skip to content

Commit 64d7abb

Browse files
committed
Encode source as UTF-8
Non-ASCII char in comment at line 83.
1 parent b50a51e commit 64d7abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Module/Metadata.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ my $VARNAME_REGEXP = qr{ # match fully-qualified VERSION name
8080
([\$*]) # sigil - $ or *
8181
(
8282
( # optional leading package name
83-
(?:::|\')? # possibly starting like just :: (Ì la $::VERSION)
83+
(?:::|\')? # possibly starting like just :: (à la $::VERSION)
8484
(?:\w+(?:::|\'))* # Foo::Bar:: ...
8585
)?
8686
VERSION

0 commit comments

Comments
 (0)