Class::Inspector provides an information on which namespace a function/method is installed to which is useful. Thanks!
It could be extended to cover cases when a subroutine was imported, installed or generated by another package. This would cover cases different from inheritance through ISA array, but direct installation into a namespace: Exporter-alike functionality and accessors installed from the outside.
At some point I had basic implementation of this feature, but never published it on CPAN.
Would such feature fit Class::Inspector purpose?
Class::Inspectorprovides an information on which namespace a function/method is installed to which is useful. Thanks!It could be extended to cover cases when a subroutine was imported, installed or generated by another package. This would cover cases different from inheritance through ISA array, but direct installation into a namespace: Exporter-alike functionality and accessors installed from the outside.
At some point I had basic implementation of this feature, but never published it on CPAN.
Would such feature fit
Class::Inspectorpurpose?