Acme-CPANModules-OneLinerTools

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        loads the module using Module::Load then try to invoke the undefined
        subroutine once again.

    lib::xi
        Author: GFUJI <https://metacpan.org/author/GFUJI>

        This module can automatically install missing module during run-time
        using "cpanm". Convenient when running a Perl script (that comes
        without a proper distribution or "cpanfile") that uses several
        modules which you might not have. The alternative to lib::xi is the
        "trial and error" method: repeatedly run the Perl script to see
        which module it tries and fails to load.

        lib::xi works by installing a hook in @INC.

        Alternate modules: Require::Hook::More

    Log::ger::App
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

        A convenient way to display (consume) logs if your application uses

lib/Acme/CPANModules/OneLinerTools.pm  view on Meta::CPAN

            tags => ['module-loading'],
        },

        {
            module => 'lib::xi',
            description => <<'MARKDOWN',

This module can automatically install missing module during run-time using
`cpanm`. Convenient when running a Perl script (that comes without a proper
distribution or `cpanfile`) that uses several modules which you might not have.
The alternative to lib::xi is the "trial and error" method: repeatedly run the
Perl script to see which module it tries and fails to load.

lib::xi works by installing a hook in `@INC`.

MARKDOWN
            tags => ['module-loading'],
            alternate_modules => [
                'Require::Hook::More', # the autoinstalling feature has not been implemented though
            ],
        },

lib/Acme/CPANModules/OneLinerTools.pm  view on Meta::CPAN

try to invoke the undefined subroutine once again.


=item L<lib::xi>

Author: L<GFUJI|https://metacpan.org/author/GFUJI>

This module can automatically install missing module during run-time using
C<cpanm>. Convenient when running a Perl script (that comes without a proper
distribution or C<cpanfile>) that uses several modules which you might not have.
The alternative to lib::xi is the "trial and error" method: repeatedly run the
Perl script to see which module it tries and fails to load.

lib::xi works by installing a hook in C<@INC>.


Alternate modules: L<Require::Hook::More>

=item L<Log::ger::App>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>



( run in 0.532 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )