This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the bug introduced with MRO, whereby the internals were not saving
authorNicholas Clark <nick@ccl4.org>
Mon, 17 Nov 2008 22:04:56 +0000 (22:04 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 17 Nov 2008 22:04:56 +0000 (22:04 +0000)
commitaac018bb00282d5a72a5c5b4d95935b9eb667bcc
treefd84759f0eadaaff7dd4a9f33c3aa3d9f434a2c5
parentc9907023d869893333355372c9385acf6c758809
Fix the bug introduced with MRO, whereby the internals were not saving
lines in subroutines defined inside eval ""s for the debugger.

p4raw-id: //depot/perl@34873
MANIFEST
embedvar.h
intrpvar.h
op.c
perlapi.h
pp_ctl.c
t/comp/retainedlines.t [new file with mode: 0644]