projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8883bb5
)
Revert part of d1eb317 which broke ./Configure -des -Dusedevel;make
Jesse Vincent [Tue, 20 Oct 2009 01:24:39 +0000 (21:24 -0400)]
lib/vars.pm
patch
|
blob
|
blame
|
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;