App-Greple-tee
view release on metacpan or search on metacpan
lib/App/Greple/tee/Autoload.pm view on Meta::CPAN
module. It maps short function names to their full module paths,
automatically loads the required modules, and returns code references.
=head1 FUNCTIONS
=over 4
=item B<resolve>(I<name>)
Resolve a function name and return a code reference. If the name is
a short alias (like C<ansicolumn>), it is expanded to the full name
(C<App::ansicolumn::ansicolumn>). The module is loaded if necessary.
=back
=head1 ALIASES
=over 4
=item ansicolumn
( run in 2.247 seconds using v1.01-cache-2.11-cpan-5623c5533a1 )