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



( run in 2.687 seconds using v1.01-cache-2.11-cpan-cdf2f3d4e48 )