Patch to show @INC when require dies
authorJim Avera <avera@hal.com>
Thu, 22 May 1997 06:10:01 +0000 (18:10 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 11 Jun 1997 00:00:00 +0000 (12:00 +1200)
commit2683423cd7aae39c7c67a005320f39d6e84a2f1f
tree98a9b78045cd664beba4983ef857a1a84e9ac0d4
parent66b1d5575fd5eb6242bac2e9a08b163be8b1b960
Patch to show @INC when require dies

When 'require' dies because it can't find the file in @INC, it would
be helpful if perl printed out the contents of @INC, to help debu
the problem (especially when perl is invoked in devious ways, such
as via a C application in which perl is embedded with funny secret
-I args passed to perl_parse!).

I would like to contribute a patch to 5.004 to do just that.

p5p-msgid: 9705230121.AA27872@membrane.hal.com
pp_ctl.c