Use another method to avoid the "possible interpolation" warning
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 7 Mar 2007 16:32:48 +0000 (16:32 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 7 Mar 2007 16:32:48 +0000 (16:32 +0000)
commite879d94fd490498d2ab8c584f625025bbfa1d542
tree655e7569d95fc63957f6dcbbc2c5c3466be8a886
parent2575c402a8f9be55f848bdfb219afbf912c50ac1
Use another method to avoid the "possible interpolation" warning
for @- and @+ : do this directly from the lexer (patch by Yves
Orton.) This way, @- and @+ aren't preloaded anymore.
Avoid to require re::Tie::Hash::NamedCapture when the *- or *+
globs are created, this was breaking the build due to miniperl's
inability to load it.

p4raw-id: //depot/perl@30496
gv.c
perl.c
toke.c