Acme-CPANModules-PERLANCAR-InfoFromCPANTesters
view release on metacpan or search on metacpan
lib/Acme/CPANModules/PERLANCAR/InfoFromCPANTesters.pm view on Meta::CPAN
package Acme::CPANModules::PERLANCAR::InfoFromCPANTesters;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2020-10-19'; # DATE
our $DIST = 'Acme-CPANModules-PERLANCAR-InfoFromCPANTesters'; # DIST
our $VERSION = '0.003'; # VERSION
our $LIST = {
summary => '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: Distributions that gather information from CPANTesters
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::PERLANCAR::InfoFromCPANTesters - Distributions that gather information from CPANTesters
=head1 VERSION
This document describes version 0.003 of Acme::CPANModules::PERLANCAR::InfoFromCPANTesters (from Perl distribution Acme-CPANModules-PERLANCAR-InfoFromCPANTesters), released on 2020-10-19.
=head1 MODULES INCLUDED IN THIS ACME::CPANMODULE MODULE
=over
=item * L<Acme::Test::crypt> - Check crypt() support in various platforms
=item * L<App::PlatformInfo> - Result of Devel::Platform::Info on various testing machines
=item * L<Acme::CPAN::Testers::DevelCheckOS> - Result of Devel::CheckOS::{list_platforms,os_is} on various testing machines
=back
=head1 FAQ
=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<cpanmodules> CLI (from
L<App::cpanmodules> distribution):
% cpanmodules ls-entries PERLANCAR::InfoFromCPANTesters | cpanm -n
or L<Acme::CM::Get>:
% perl -MAcme::CM::Get=PERLANCAR::InfoFromCPANTesters -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::PERLANCAR::InfoFromCPANTesters -E'say $_->{module} for @{ $Acme::CPANModules::PERLANCAR::InfoFromCPANTesters::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.
=head1 HOMEPAGE
Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANModules-PERLANCAR-InfoFromCPANTesters>.
=head1 SOURCE
Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-PERLANCAR-InfoFromCPANTesters>.
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-PERLANCAR-InfoFromCPANTesters>
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.
=head1 SEE ALSO
( run in 1.663 second using v1.01-cache-2.11-cpan-437f7b0c052 )