The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::perlfind::Plugin::UseModule - Plugin to try the search word as a module name

SYNOPSIS

    # perlfind Getopt::Long

DESCRIPTION

This plugin for App::perlfind tries to use the search term as a module name. If the module can be loaded, it is added to the match results. In case the search term looks like a fully qualified function name such as Foo::Bar::some_function, the function part is stripped off the the remainder is tried again.