Acme-CPANModules-GroupingElementsOfArray

 view release on metacpan or  search on metacpan

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

## no critic: TestingAndDebugging::RequireUseStrict
package Acme::CPANModules::GroupingItemsOfList;

use alias::module 'Acme::CPANModules::GroupingElementsOfArray';

1;
# ABSTRACT: List of modules to group items from list into several "buckets" (alias for Acme::CPANModules::GroupingElementOfArray)

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::GroupingItemsOfList - List of modules to group items from list into several "buckets" (alias for Acme::CPANModules::GroupingElementOfArray)

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::GroupingItemsOfList (from Perl distribution Acme-CPANModules-GroupingElementsOfArray), released on 2023-09-30.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Array::Group>

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

=item L<Array::GroupBy>

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

=item L<List::GroupBy>

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

=item L<List::Util::groupby>

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

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

    % cpanmodules ls-entries GroupingItemsOfList | cpanm -n

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

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

or directly:

    % perl -MAcme::CPANModules::GroupingItemsOfList -E'say $_->{module} for @{ $Acme::CPANModules::GroupingItemsOfList::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



( run in 1.637 second using v1.01-cache-2.11-cpan-6aa56a78535 )