sub new { my $class = shift; $class = ref($class) if ref($class); my $self = $class->SUPER::new(); # <--- randomly fails ... return $self; }
In reply to Re: SUPER delegation fails because class name getting munged (somehow?)
by pajout
in thread SUPER delegation fails because class name getting munged (somehow?)
by bpphillips
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |