Acme-CPANModules-ListsOfWordsAndNames

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::ListsOfWordsAndNames;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-ListsOfWordsAndNames'; # DIST
our $VERSION = '0.002'; # VERSION

use strict;
use Acme::CPANModulesUtil::Misc;

our $LIST = {
    summary => 'List of modules that contain lists of words and names',
    description => <<'_',

The following namespaces are for modules that contain lists of words and names:

<pm:Games::Words::Wordlist> modules usually contain dictionary words, originally
created to be source of words for word games e.g. hangman.

Instead of words, <pm:Games::Words::Phraselist> modules contain phrases. These
are also usually used for games like hangman.

<pm:WordList> modules contains lists of words and are more general than
Games::Words::Wordlist::*.

<pm:Acme::MetaSyntactic> modules (themes) contain list of names that are suited
for varible names, etc. They range from movie/TV characters, people names, to
plants, dishes, and so on.

_
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules that contain lists of words and names

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::ListsOfWordsAndNames - List of modules that contain lists of words and names

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::ListsOfWordsAndNames (from Perl distribution Acme-CPANModules-ListsOfWordsAndNames), released on 2023-10-29.

=head1 DESCRIPTION

The following namespaces are for modules that contain lists of words and names:

L<Games::Words::Wordlist> modules usually contain dictionary words, originally
created to be source of words for word games e.g. hangman.

Instead of words, L<Games::Words::Phraselist> modules contain phrases. These
are also usually used for games like hangman.

L<WordList> modules contains lists of words and are more general than
Games::Words::Wordlist::*.

L<Acme::MetaSyntactic> modules (themes) contain list of names that are suited
for varible names, etc. They range from movie/TV characters, people names, to
plants, dishes, and so on.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Games::Words::Wordlist>

=item L<Games::Words::Phraselist>

=item L<WordList>

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

=item L<Acme::MetaSyntactic>

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

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



( run in 2.844 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )