- or download this
use mro qw( );
use Scalar::Util qw( blessed );
...
return undef;
}
- or download this
use B qw( svref_2object );
...
return svref_2object($method_ref)->GV->STASH->NAME;
}
- or download this
use B qw( svref_2object );
...
return svref_2object($method_ref)->FILE;
}