Acme-CPANModules-GroupingElementsOfArray

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::GroupingElementsOfArray;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-09-30'; # DATE
our $DIST = 'Acme-CPANModules-GroupingElementsOfArray'; # DIST
our $VERSION = '0.002'; # VERSION

our $LIST = {
    summary => 'List of modules to group elements of array into several buckets',
    entries => [
        {module=>'Array::Group'},
        {module=>'Array::GroupBy'},
        {module=>'List::GroupBy'},
        {module=>'List::Util::groupby'},
    ],
};

1;
# ABSTRACT: List of modules to group elements of array into several buckets

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::GroupingElementsOfArray - List of modules to group elements of array into several buckets

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::GroupingElementsOfArray (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 GroupingElementsOfArray

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

    % cpanmodules ls-entries GroupingElementsOfArray | cpanm -n

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

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

or directly:

    % perl -MAcme::CPANModules::GroupingElementsOfArray -E'say $_->{module} for @{ $Acme::CPANModules::GroupingElementsOfArray::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 2.433 seconds using v1.01-cache-2.11-cpan-5a3173703d6 )