Acme-CPANModules-LoremIpsum

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::LoremIpsum;

use strict;

use Acme::CPANModulesUtil::Misc;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-11-17'; # DATE
our $DIST = 'Acme-CPANModules-LoremIpsum'; # DIST
our $VERSION = '0.001'; # VERSION

our $LIST = {
    summary => 'List of modules related to "Lorem Ipsum", or lipsum, placeholder Latin text',
    description => <<'_',

**Generating**

<pm:Text::Lorem> - You can specify number of words/sentences/paragraphs to
generate. Cannot generate text which really starts with 'Lorem ipsum ...'.

<pm:Text::Lorem::More> - Like Text::Lorem, except it allows filling out a
template with placeholder name, title, username, tld, email, url, and a few
others. Also cannot generate text which really starts with 'Lorem ipsum ...'.

WWW::Lipsum - a client to generate text from www.lipsum.com. As of this writing,
last release is in 2015, and it no longer works.

<pm:Text::Lorem::JA> - Japanese lipsum generator.

_
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules related to "Lorem Ipsum", or lipsum, placeholder Latin text

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::LoremIpsum - List of modules related to "Lorem Ipsum", or lipsum, placeholder Latin text

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::LoremIpsum (from Perl distribution Acme-CPANModules-LoremIpsum), released on 2023-11-17.

=head1 DESCRIPTION

B<Generating>

L<Text::Lorem> - You can specify number of words/sentences/paragraphs to
generate. Cannot generate text which really starts with 'Lorem ipsum ...'.

L<Text::Lorem::More> - Like Text::Lorem, except it allows filling out a
template with placeholder name, title, username, tld, email, url, and a few
others. Also cannot generate text which really starts with 'Lorem ipsum ...'.

WWW::Lipsum - a client to generate text from www.lipsum.com. As of this writing,
last release is in 2015, and it no longer works.

L<Text::Lorem::JA> - Japanese lipsum generator.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Text::Lorem>

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

=item L<Text::Lorem::More>

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

=item L<Text::Lorem::JA>

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

=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 LoremIpsum

Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):

    % cpanmodules ls-entries LoremIpsum | cpanm -n

or L<Acme::CM::Get>:

    % perl -MAcme::CM::Get=LoremIpsum -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n

or directly:

    % perl -MAcme::CPANModules::LoremIpsum -E'say $_->{module} for @{ $Acme::CPANModules::LoremIpsum::LIST->{entries} }' | cpanm -n

This Acme::CPANModules module also helps L<lcpan> produce a more meaningful
result for C<lcpan related-mods> command when it comes to finding related
modules for the modules listed in this Acme::CPANModules module.
See L<App::lcpan::Cmd::related_mods> for more details on how "related modules"
are found.

=head1 HOMEPAGE



( run in 0.900 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )