This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Propagate cop_hints inside string evals. For the unthreaded case this
authorNicholas Clark <nick@ccl4.org>
Sat, 1 Apr 2006 14:31:37 +0000 (14:31 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 1 Apr 2006 14:31:37 +0000 (14:31 +0000)
commita24d89c9b4c1e58840711d560a34763a7ca91051
treed13f807afb7745e725f87a7d9fb37f52313ab56e
parent9b2c10f1c598e1e6a0db9d0b301c9559b079b129
Propagate cop_hints inside string evals. For the unthreaded case this
is easy. For the threaded case it's not, because the current OP may
be shared with another thread, so solve this by copying the hints
chain.

p4raw-id: //depot/perl@27659
embed.fnc
hv.c
pod/perlintern.pod
pp_ctl.c
proto.h
t/op/caller.t