We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50a51e commit 64d7abbCopy full SHA for 64d7abb
lib/Module/Metadata.pm
@@ -80,7 +80,7 @@ my $VARNAME_REGEXP = qr{ # match fully-qualified VERSION name
80
([\$*]) # sigil - $ or *
81
(
82
( # optional leading package name
83
- (?:::|\')? # possibly starting like just :: (Ì la $::VERSION)
+ (?:::|\')? # possibly starting like just :: (à la $::VERSION)
84
(?:\w+(?:::|\'))* # Foo::Bar:: ...
85
)?
86
VERSION
0 commit comments