The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::CPANModules::CPANAuthors - List of Acme::CPANAUthors::* modules

VERSION

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

DESCRIPTION

This list tries to catalog and categorize all the existing Acme::CPANAuthors::* modules.

Geographical

Deceased authors

Defunct

Others

Not lists of authors

  • Acme::CPANAuthors::Factory - a utility module

  • Acme::CPANAuthors::Register

  • Acme::CPANAuthors::Utils

  • Acme::CPANAuthors::Utils::Authors

  • Acme::CPANAuthors::Utils::CPANIndex

  • Acme::CPANAuthors::Utils::Kwalitee

  • Acme::CPANAuthors::Utils::Packages

ACME::CPANMODULES ENTRIES

Acme::CPANAuthors::Australian

Author: TOBYINK

Acme::CPANAuthors::Austrian

Author: GORTAN

Acme::CPANAuthors::Belarusian

Author: SROMANOV

Acme::CPANAuthors::Brazilian

Author: GARU

Acme::CPANAuthors::British

Author: BARBIE

Acme::CPANAuthors::British::Companies

Author: BARBIE

Acme::CPANAuthors::Canadian

Author: ETHER

Acme::CPANAuthors::Catalonian

Author: ALEXM

Acme::CPANAuthors::Chinese

Author: FAYLAND

Acme::CPANAuthors::Czech

Author: SKIM

Acme::CPANAuthors::Danish

Author: KAARE

Acme::CPANAuthors::Dutch

Author: ABIGAIL

Acme::CPANAuthors::EU

Author: ABIGAIL

Acme::CPANAuthors::European

Author: ABIGAIL

Acme::CPANAuthors::French

Author: SAPER

Acme::CPANAuthors::German

Author: RBO

Acme::CPANAuthors::Icelandic

Author: HINRIK

Acme::CPANAuthors::India

Author: SHANTANU

Acme::CPANAuthors::Indonesian

Author: PERLANCAR

Acme::CPANAuthors::Israeli

Author: SHLOMIF

Acme::CPANAuthors::Japanese

Author: ISHIGAKI

Acme::CPANAuthors::Korean

Author: JEEN

Acme::CPANAuthors::Malaysian

Author: KIANMENG

Acme::CPANAuthors::Norwegian

Author: SHARIFULN

Acme::CPANAuthors::Polish

Author: BRTASTIC

Acme::CPANAuthors::Portuguese

Author: BRACETA

Acme::CPANAuthors::Russian

Author: SHARIFULN

Acme::CPANAuthors::Slovak

Author: SKIM

Acme::CPANAuthors::Spanish

Author: ALEXM

Acme::CPANAuthors::Swedish

Author: WOLDRICH

Acme::CPANAuthors::Taiwanese

Author: GUGOD

Acme::CPANAuthors::Turkish

Author: BURAK

Acme::CPANAuthors::BackPAN::OneHundred

Author: BARBIE

Acme::CPANAuthors::CPAN::MostScripts

Author: PERLANCAR

Acme::CPANAuthors::CPAN::OneHundred

Author: BARBIE

Acme::CPANAuthors::CPAN::Streaks::DailyDistributions

Author: PERLANCAR

Acme::CPANAuthors::CPAN::Streaks::DailyNewDistributions

Author: PERLANCAR

Acme::CPANAuthors::CPAN::Streaks::DailyReleases

Author: PERLANCAR

Acme::CPANAuthors::CPAN::Streaks::WeeklyDistributions

Author: PERLANCAR

Acme::CPANAuthors::CPAN::Streaks::WeeklyNewDistributions

Author: PERLANCAR

Acme::CPANAuthors::CPAN::Streaks::WeeklyReleases

Author: PERLANCAR

Acme::CPANAuthors::CPAN::Streaks::MonthlyDistributions

Author: PERLANCAR

Acme::CPANAuthors::CPAN::Streaks::MonthlyNewDistributions

Author: PERLANCAR

Acme::CPANAuthors::CPAN::Streaks::MonthlyReleases

Author: PERLANCAR

Acme::CPANAuthors::CPAN::TopDepended

Author: PERLANCAR

Acme::CPANAuthors::CPAN::TopDepended::ByOthers

Author: PERLANCAR

Acme::CPANAuthors::CPANTS::FiveOrMore

Author: ABIGAIL

Acme::CPANAuthors::Pumpkings

Author: ABIGAIL

Acme::CPANAuthors::AnyEvent

Author: MONS

Acme::CPANAuthors::DualLife

Author: BINGOS

Acme::CPANAuthors::MetaSyntactic

Author: BOOK

Acme::CPANAuthors::POE

Author: BINGOS

Acme::CPANAuthors::ToBeLike

Author: BINGOS

Acme::CPANAuthors::DebianDev

Author: BOOK

Acme::CPANAuthors::GitHub

Author: GRAY

Acme::CPANAuthors::InMemoriam

Author: BARBIE

Acme::CPANAuthors::CodeRepos

Author: ISHIGAKI

Acme::CPANAuthors::GeekHouse

Author: KENTARO

Acme::CPANAuthors::MBTI

Author: KENTNL

Acme::CPANAuthors::MBTI::INTP

Author: KENTNL

Acme::CPANAuthors::Misanthrope

Author: ASHLEY

Acme::CPANAuthors::Nonhuman

Author: ETHER

Acme::CPANAuthors::Not

Author: SFINK

Acme::CPANAuthors::You::re_using

Author: VPIT

FAQ

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 Acme::CPANModules for more details.

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 cpanm-cpanmodules script (from App::cpanm::cpanmodules distribution):

 % cpanm-cpanmodules -n CPANAuthors

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

    % cpanmodules ls-entries CPANAuthors | cpanm -n

or Acme::CM::Get:

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

or directly:

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

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

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Acme-CPANModules-CPANAuthors.

SOURCE

Source repository is at https://github.com/perlancar/perl-Acme-CPANModules-CPANAuthors.

SEE ALSO

Acme::CPANAuthors itself lists many of the existing Acme::CPANAuthors::* modules though not updated as often.

Acme::CPANModules - about the Acme::CPANModules namespace

cpanmodules - CLI tool to let you browse/view the lists

AUTHOR

perlancar <perlancar@cpan.org>

CONTRIBUTING

To contribute, you can send patches by email/via RT, or send pull requests on GitHub.

Most of the time, you don't need to build the distribution yourself. You can simply modify the code, then test via:

 % prove -l

If you want to build the distribution (e.g. to try to install it locally on your system), you can install Dist::Zilla, Dist::Zilla::PluginBundle::Author::PERLANCAR, Pod::Weaver::PluginBundle::Author::PERLANCAR, and sometimes one or two other Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond that are considered a bug and can be reported to me.

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by perlancar <perlancar@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-CPANAuthors

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.