Acme-CPANModules-InfoFromCPANTesters

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::InfoFromCPANTesters;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-31'; # DATE
our $DIST = 'Acme-CPANModules-InfoFromCPANTesters'; # DIST
our $VERSION = '0.004'; # VERSION

our $LIST = {
    summary => 'List of distributions that gather information from CPANTesters',
    entries => [
        { module => "Acme::Test::crypt", summary => 'Check crypt() support in various platforms' },
        { module => "App::PlatformInfo", summary => 'Result of Devel::Platform::Info on various testing machines' },
        { module => "Acme::CPAN::Testers::DevelCheckOS", summary => 'Result of Devel::CheckOS::{list_platforms,os_is} on various testing machines' },
    ],
};

1;
# ABSTRACT: List of distributions that gather information from CPANTesters

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::InfoFromCPANTesters - List of distributions that gather information from CPANTesters

=head1 VERSION

This document describes version 0.004 of Acme::CPANModules::InfoFromCPANTesters (from Perl distribution Acme-CPANModules-InfoFromCPANTesters), released on 2023-10-31.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Acme::Test::crypt>

Check crypt() support in various platforms.

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

=item L<App::PlatformInfo>

Result of Devel::Platform::Info on various testing machines.

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

=item L<Acme::CPAN::Testers::DevelCheckOS>

Result of Devel::CheckOS::{list_platforms,os_is} on various testing machines.

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

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

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

    % cpanmodules ls-entries InfoFromCPANTesters | cpanm -n

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

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

or directly:



( run in 0.729 second using v1.01-cache-2.11-cpan-39bf76dae61 )