http://qs321.pair.com?node_id=889827


in reply to SUPER delegation fails because class name getting munged (somehow?)

You can try
sub new { my $class = shift; $class = ref($class) if ref($class); my $self = $class->SUPER::new(); # <--- randomly fails ... return $self; }