Make perl's magic variables in gv.c grep-able
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 20 Jan 2010 03:48:15 +0000 (03:48 +0000)
committerDavid Golden <dagolden@cpan.org>
Wed, 20 Jan 2010 17:35:06 +0000 (12:35 -0500)
commit6361f6560811eabd65d05d2ed6f45be494f2011e
tree1063d75a7b7b8f88fa376ee21fcd0a3307336d84
parent5127b1ff14cd1cf7cef814aec4098707d6367fe1
Make perl's magic variables in gv.c grep-able

It can be hard especially for those unfamiliar with the source to find
where variables like $` and $[ are set up, now they're just a ack -Q
away.
gv.c