Acme-CPANModules-HashData

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::HashData;

use strict;
use warnings;

use Acme::CPANModulesUtil::Misc;

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

my $text = <<'MARKDOWN';

<pm:HashData> is a way to package any hash data as a Perl/CPAN module. It also
provides a standard interface to access the data, currently read-only.

**The data**

All Perl modules under `HashData::*` namespace are modules that contain hash
data. Examples include: `HashData::Sample::DeNiro`,
`HashData::CPAN::AuthorName::ByPAUSEID`.


**CLIs**

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


**Sah schemas**

<pm:Sah::Schemas::HashData>


**Tie**

<pm:Tie::Hash::HashData>


MARKDOWN

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

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules related to HashData

__END__

=pod

=encoding UTF-8

=head1 NAME

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

=head1 VERSION

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

=head1 DESCRIPTION

L<HashData> is a way to package any hash data as a Perl/CPAN module. It also
provides a standard interface to access the data, currently read-only.

B<The data>

All Perl modules under C<HashData::*> namespace are modules that contain hash
data. Examples include: C<HashData::Sample::DeNiro>,
C<HashData::CPAN::AuthorName::ByPAUSEID>.

B<CLIs>

L<hashdata> (from L<App::hashdata>) is the official CLI for C<HashData>.

B<Sah schemas>

L<Sah::Schemas::HashData>

B<Tie>

L<Tie::Hash::HashData>

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<HashData>

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

=item L<App::hashdata>

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

=item L<Tie::Hash::HashData>

=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



( run in 1.030 second using v1.01-cache-2.11-cpan-ceb78f64989 )