Acme-CPANModules-RandomText
view release on metacpan or search on metacpan
lib/Acme/CPANModules/GeneratingRandomText.pm view on Meta::CPAN
## no critic: TestingAndDebugging::RequireUseStrict
package Acme::CPANModules::GeneratingRandomText;
use alias::module 'Acme::CPANModules::RandomText';
1;
# ABSTRACT: Alias for Acme::CPANModules::RandomText
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::GeneratingRandomText - Alias for Acme::CPANModules::RandomText
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::GeneratingRandomText (from Perl distribution Acme-CPANModules-RandomText), released on 2023-11-17.
=head1 DESCRIPTION
For "lorem ipsum"-style text, see L<Text::Lorem> and its variants mentioned in
the Acme::CPANModules::LoremIpsum list.
L<Acme::ConspiracyTheory::Random>
Keywords: lorem ipsum, lipsum
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<Text::Lorem>
Author: L<ADEOLA|https://metacpan.org/author/ADEOLA>
=item L<Acme::ConspiracyTheory::Random>
Author: L<TOBYINK|https://metacpan.org/author/TOBYINK>
=back
=head1 FAQ
=head2 What is an Acme::CPANModules::* module?
An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.
=head2 What are ways to use this Acme::CPANModules module?
Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):
% cpanm-cpanmodules -n GeneratingRandomText
Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):
% cpanmodules ls-entries GeneratingRandomText | cpanm -n
or L<Acme::CM::Get>:
% perl -MAcme::CM::Get=GeneratingRandomText -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::GeneratingRandomText -E'say $_->{module} for @{ $Acme::CPANModules::GeneratingRandomText::LIST->{entries} }' | cpanm -n
( run in 2.271 seconds using v1.01-cache-2.11-cpan-3d66aa2751a )