Help for this page
use base 'My::Parent::Class'; sub new { ... my $self = $pkg->SUPER::new(@_); return $self; }