Acme-CPANModules-ConvertingFromRegex

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::ConvertingFromRegex;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-08-06'; # DATE
our $DIST = 'Acme-CPANModules-ConvertingFromRegex'; # DIST
our $VERSION = '0.002'; # VERSION

our $LIST = {
    summary => 'List of modules to convert a regular expression to various stuffs',
    tags => ['task'],
    entries => [
        {module=>'PPIx::Regexp', summary=>'To a PPI object'},
        {module=>'Regexp::Stringify', summary=>'To Perl string representation'},
    ],
};

1;
# ABSTRACT: List of modules to convert a regular expression to various stuffs

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::ConvertingFromRegex - List of modules to convert a regular expression to various stuffs

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::ConvertingFromRegex (from Perl distribution Acme-CPANModules-ConvertingFromRegex), released on 2023-08-06.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<PPIx::Regexp>

To a PPI object.

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

=item L<Regexp::Stringify>

To Perl string representation.

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 ConvertingFromRegex

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

    % cpanmodules ls-entries ConvertingFromRegex | cpanm -n

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

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

or directly:

    % perl -MAcme::CPANModules::ConvertingFromRegex -E'say $_->{module} for @{ $Acme::CPANModules::ConvertingFromRegex::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"



( run in 2.570 seconds using v1.01-cache-2.11-cpan-98e64b0badf )