Acme-CPANModules-ArrayData

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::ArrayData;

use strict;
use warnings;

use Acme::CPANModulesUtil::Misc;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-01-22'; # DATE
our $DIST = 'Acme-CPANModules-ArrayData'; # DIST
our $VERSION = '0.001'; # VERSION

my $text = <<'MARKDOWN';

<pm:ArrayData> is a way to package 1-dimensional array data as a Perl/CPAN
module. It also provides a standard interface to access the data, including
iterating the data rows, getting the column names, and so on.


**The data**

All Perl modules under `ArrayData::*` namespace are modules that contain array
data data. Examples include: `ArrayData::Sample::DeNiro`,
`ArrayData::Lingua::Word::EN::Enable`.


**CLIs**

<prog:arraydata> (from <pm:App::arraydata>) is the official CLI for `ArrayData`.


**Sah schemas**

<pm:Sah::Schemas::ArrayData>


**Tie**

<pm:Tie::Array::ArrayData> if you are more comfortable in accessing an ArrayData
as a regular (tied) Perl array.


MARKDOWN

our $LIST = {
    summary => 'List of modules related to ArrayData',
    description => $text,
    tags => ['task'],
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules related to ArrayData

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::ArrayData - List of modules related to ArrayData

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::ArrayData (from Perl distribution Acme-CPANModules-ArrayData), released on 2024-01-22.

=head1 DESCRIPTION

L<ArrayData> is a way to package 1-dimensional array data as a Perl/CPAN
module. It also provides a standard interface to access the data, including
iterating the data rows, getting the column names, and so on.

B<The data>

All Perl modules under C<ArrayData::*> namespace are modules that contain array
data data. Examples include: C<ArrayData::Sample::DeNiro>,
C<ArrayData::Lingua::Word::EN::Enable>.

B<CLIs>

L<arraydata> (from L<App::arraydata>) is the official CLI for C<ArrayData>.

B<Sah schemas>

L<Sah::Schemas::ArrayData>

B<Tie>

L<Tie::Array::ArrayData> if you are more comfortable in accessing an ArrayData
as a regular (tied) Perl array.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<ArrayData>

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

=item L<App::arraydata>

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

=item L<Sah::Schemas::ArrayData>

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

=item L<Tie::Array::ArrayData>

=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



( run in 0.769 second using v1.01-cache-2.11-cpan-3d66aa2751a )