Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
isa-splain - Visualize Module Hierarchies on the command line
VERSION
version 0.002900
USAGE
isa-splain [OPTS] Module::Name::To::Inspect
OPTIONS
-MModule::Name
Preload Module::Name
instead of Module::Name::To::Inspect
This is useful in cases where loading Module::Name::To::Inspect
directly is either impossible ( due to not existing as a .pm file ), or problematic ( due to some load time complication )
EXAMPLES
isa-splain -MB B::CV
This shows the graph of B::CV
after loading B.pm
isa-splain -Moose Class::MOP::Class
This shows the graph of Class::MOP::Class
after loading oose.pm
SEE ALSO
App::Isa::Splain, Devel::Isa::Explainer
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.