12345678910111213 package Local::Foo;extends 'Local::Bar';sub test{ my $this=shift;} 1;
package
Local::Foo;
extends
'Local::Bar'
;
sub
test{
my
$this
=
shift
}
1;