This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tying $_ in @INC filter
authorFather Chrysostomos <sprout@cpan.org>
Fri, 9 Aug 2013 15:42:32 +0000 (08:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 11 Aug 2013 14:50:22 +0000 (07:50 -0700)
commit536ac391fe10ec8bed2037ca93dd5044c83eac16
tree04aa28ae554fbc7be4063531ed42b00628b07b0a
parentae2c96eda1df76d1bf5fba543a6ebfc266fdd824
Tying $_ in @INC filter

Crazy?  Probably.  But the existing code partially handles magic val-
ues already; it’s just buggy.  Also, the magic value could come from
another source filter that is not registered via @INC, and this is one
way to test that code path.
pp_ctl.c
t/op/incfilter.t