A scalar reference returned from a coderef in @INC is treated as the
authorNicholas Clark <nick@ccl4.org>
Sun, 16 Apr 2006 15:04:36 +0000 (15:04 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 16 Apr 2006 15:04:36 +0000 (15:04 +0000)
commit34113e50dc4bebd1212d8cbfbf09a86a40b7a699
treed3146dcef80adf0f0d6549f7abfb313b0245e0b1
parente655f126937737a64491ca38bb28ba229f1eb788
A scalar reference returned from a coderef in @INC is treated as the
initial "content" of the file. When it is exhausted input is taken
from a real file handle, or a generator sub, if either exists.

p4raw-id: //depot/perl@27849
pp_ctl.c
t/op/incfilter.t