NAME
App::perlzonji::Plugin::UseModule - Plugin to try the search word as a module name
SYNOPSIS
# perlzonji Devel::SearchINC
DESCRIPTION
This plugin for App::perlzonji 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.