projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3f26334
)
ASCIIfy the code comment
Tatsuhiko Miyagawa [Sun, 27 Apr 2014 06:43:04 +0000 (08:43 +0200)]
lib/Module/Metadata.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Module/Metadata.pm
b/lib/Module/Metadata.pm
index
281d738
..
434eb81
100644
(file)
--- 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