#!perl
use 5.006;
use strict;
use warnings;

package # Hideme
  App::Isa::Splain::_Script;

our $VERSION = '0.002000';

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

# ABSTRACT: Visualize Module Hierarchies on the command line

use App::Isa::Splain;

App::Isa::Splain->new_from_ARGV->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

App::Isa::Splain::_Script - Visualize Module Hierarchies on the command line

=head1 VERSION

version 0.002000

=head1 DESCRIPTION

See L<< C<App::Isa::Splain> |App::Isa::Splain >> For details.

=head1 AUTHOR

Kent Fredric <kentnl@cpan.org>

=head1 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.

=cut
