projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8883bb5
)
Revert part of d1eb317 which broke ./Configure -des -Dusedevel;make
author
Jesse Vincent
<jesse@bestpractical.com>
Tue, 20 Oct 2009 01:24:39 +0000
(21:24 -0400)
committer
Jesse Vincent
<jesse@bestpractical.com>
Tue, 20 Oct 2009 01:24:39 +0000
(21:24 -0400)
lib/vars.pm
patch
|
blob
|
history
diff --git
a/lib/vars.pm
b/lib/vars.pm
index
cff63d6
..
a0151b8
100644
(file)
--- a/
lib/vars.pm
+++ b/
lib/vars.pm
@@
-13,7
+13,7
@@
sub import {
my ($sym, $ch);
foreach (@imports) {
if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
- if ($sym =~ /\
P{IsWord}
/) {
+ if ($sym =~ /\
W
/) {
# time for a more-detailed check-up
if ($sym =~ /^\w+[[{].*[]}]$/) {
require Carp;