In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/af42750f1c24faefffa8e5ab4b3f3fbfb238992f?hp=8883bb5ae00921bf912c003dc007071a4a437baa>
- Log ----------------------------------------------------------------- commit af42750f1c24faefffa8e5ab4b3f3fbfb238992f Author: Jesse Vincent <[email protected]> Date: Mon Oct 19 21:24:39 2009 -0400 Revert part of d1eb317 which broke ./Configure -des -Dusedevel;make ----------------------------------------------------------------------- Summary of changes: lib/vars.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/vars.pm b/lib/vars.pm index cff63d6..a0151b8 100644 --- 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; -- Perl5 Master Repository
