When code is loaded through an @INC-hook, and when this hook
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 3 Nov 2006 10:09:19 +0000 (10:09 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 3 Nov 2006 10:09:19 +0000 (10:09 +0000)
commita3b58a99a41a86ac422b863ee2844e354b2915f3
tree0210a526673df227e1840d616c35ff13fa5e81ca
parent28c3722c366b749ca5cccbb25c2ed5b72672ecd2
When code is loaded through an @INC-hook, and when this hook
has set a filename entry in %INC, make sure __FILE__ is set
for this code accordingly to the contents of that %INC entry.

p4raw-id: //depot/perl@29197
pp_ctl.c
t/op/inccode.t