Subject: | Magicall __PACKAGE__::::ISA::CACHE crashed module pluggable |
OK, I have no idea where this comes from and what it is... it is some magic that runs to deep for me. But I know how to fix it:
# remove duplicates
# probably not necessary but hey ho
my %plugins;
for(@plugins) {
next if ($_ =~ /::::ISA::CACHE$/);
in Pluggable.pm