This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove use of Class::ISA from the debugger
authorSteffen Mueller <smueller@cpan.org>
Mon, 21 Sep 2009 14:40:48 +0000 (16:40 +0200)
committerSteffen Mueller <smueller@cpan.org>
Mon, 21 Sep 2009 14:40:48 +0000 (16:40 +0200)
commit8b2b9f856f78ceb0ba1881ae5d55c96b0833425d
treea24da6268d14d2bccdae5f2b01014aa637a72c0b
parent1128f77aee1154a21a84d79d5ac3cb4c706dc058
Remove use of Class::ISA from the debugger

Instead, use mro::get_linear_isa which accomplishes the same feat. This
allows us to remove another module from core.
lib/perl5db.pl