- or download this
package MyClass;
use Moo;
...
}
1;
- or download this
sub baz {
die "Died in ", __PACKAGE__;
}
- or download this
1 MyClass=HASH(0x19c12c0) loading Odd at MyClass.pm line 14.
Loaded Odd at Odd.pm line 4.
1 MyClass__WITH__Odd=HASH(0x19c12c0)->bar at test.pl line 11.
Died in Odd at Odd.pm line 11.