Acme-CPANModules-SExpression

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::SExpression;

use strict;
use Acme::CPANModulesUtil::Misc;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-03-18'; # DATE
our $DIST = 'Acme-CPANModules-SExpression'; # DIST
our $VERSION = '0.002'; # VERSION

my $text = <<'_';
**Parsing**

<pm::Data::SExpression>

<pm::SExpression::Decode::Marpa>

<pm::SExpression::Decode::Regexp>


**Dumping**

<pm:Data::Dumper::LispLike>

<pm:Data::Dump::SExpression>


_

our $LIST = {
    summary => 'List of modules to work with S-expression',
    description => $text,
    tags => ['task'],
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules to work with S-expression

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::SExpression - List of modules to work with S-expression

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::SExpression (from Perl distribution Acme-CPANModules-SExpression), released on 2022-03-18.

=head1 DESCRIPTION

B<Parsing>

<pm::Data::SExpression>

<pm::SExpression::Decode::Marpa>

<pm::SExpression::Decode::Regexp>

B<Dumping>

L<Data::Dumper::LispLike>

L<Data::Dump::SExpression>

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<Data::Dumper::LispLike> - Dump perl data structures formatted as Lisp-like S-expressions

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

=item * L<Data::Dump::SExpression> - Dump Perl data structures as S-expression

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

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

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

    % cpanmodules ls-entries SExpression | cpanm -n

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

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

or directly:

    % perl -MAcme::CPANModules::SExpression -E'say $_->{module} for @{ $Acme::CPANModules::SExpression::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.
See L<App::lcpan::Cmd::related_mods> for more details on how "related modules"
are found.

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANModules-SExpression>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-SExpression>.

=head1 SEE ALSO

L<Acme::CPANModules> - about the Acme::CPANModules namespace

L<cpanmodules> - CLI tool to let you browse/view the lists

=head1 AUTHOR



( run in 1.865 second using v1.01-cache-2.11-cpan-39bf76dae61 )