*Bar::new = \*Foo::new; #### Expected class: Bar #### %Bar:: = %Foo::; my $x = Bar::new('Bar'); #### Undefined subroutine &Bar::new
## Expected class: Bar ##
## %Bar:: = %Foo::; my $x = Bar::new('Bar'); ##
## Undefined subroutine &Bar::new