Acme-CPANModules-ModuleAutoloaders
view release on metacpan or search on metacpan
VERSION
This document describes version 0.003 of
Acme::CPANModules::ModuleAutoloaders (from Perl distribution
Acme-CPANModules-ModuleAutoloaders), released on 2023-11-20.
DESCRIPTION
"Module autoloader" modules work using Perl's autoloading mechanism
(read "perlsub" for more details). By declaring a subroutine named
"AUTOLOAD" in the "UNIVERSAL" package, you setup a fallback mechanism
when you call an undefined subroutine. The module autoloader's's
AUTOLOADER loads the module using e.g. Module::Load or plain require()
then try to invoke the undefined subroutine once again.
These modules are usually convenient for one-liner usage.
ACME::CPANMODULES ENTRIES
L Author: SONGMU <https://metacpan.org/author/SONGMU>
Class::Autouse
Author: ADAMK <https://metacpan.org/author/ADAMK>
FAQ
lib/Acme/CPANModules/ModuleAutoloaders.pm view on Meta::CPAN
our $DATE = '2023-11-20'; # DATE
our $DIST = 'Acme-CPANModules-ModuleAutoloaders'; # DIST
our $VERSION = '0.003'; # VERSION
our $LIST = {
summary => 'List of modules that autoload other modules',
description => <<'_',
"Module autoloader" modules work using Perl's autoloading mechanism (read
`perlsub` for more details). By declaring a subroutine named `AUTOLOAD` in the
`UNIVERSAL` package, you setup a fallback mechanism when you call an undefined
subroutine. The module autoloader's's AUTOLOADER loads the module using e.g.
<pm:Module::Load> or plain `require()` then try to invoke the undefined
subroutine once again.
These modules are usually convenient for one-liner usage.
_
entries => [
{module => 'L'},
{module => 'Class::Autouse'},
],
};
lib/Acme/CPANModules/ModuleAutoloaders.pm view on Meta::CPAN
Acme::CPANModules::ModuleAutoloaders - List of modules that autoload other modules
=head1 VERSION
This document describes version 0.003 of Acme::CPANModules::ModuleAutoloaders (from Perl distribution Acme-CPANModules-ModuleAutoloaders), released on 2023-11-20.
=head1 DESCRIPTION
"Module autoloader" modules work using Perl's autoloading mechanism (read
C<perlsub> for more details). By declaring a subroutine named C<AUTOLOAD> in the
C<UNIVERSAL> package, you setup a fallback mechanism when you call an undefined
subroutine. The module autoloader's's AUTOLOADER loads the module using e.g.
L<Module::Load> or plain C<require()> then try to invoke the undefined
subroutine once again.
These modules are usually convenient for one-liner usage.
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<L>
( run in 2.056 seconds using v1.01-cache-2.11-cpan-d80b1682f3f )