NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
RE: Sub::Introspection (Score:1)
You can use B to fetch the info out of the STASH for the code (I do this in Class::MOP, specifially Class::MOP::Method) but perl wont attach the new stash info into code refs in all cases (I can't recall which at this moment though). I use Sub::Name to assure that methods added through Class::MOP get all their proper stash info set up.
- Stevan