sub AUTOLOAD { our $AUTOLOAD; return if ( $AUTOLOAD =~ /DESTROY$/ ); # No problem with that. $logger->warn("Tried to call $AUTOLOAD."); }