Acme-CPANModules-MatchingString

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::MatchingString;

use strict;

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

our $LIST = {
    summary => "List of modules related to matching string",
    entries => [
        {
            module => 'String::FlexMatch',
            description => <<'MARKDOWN',

An object that can be instructed to match a string with another string, a regex,
or a coderef. The object overloads the `eq` operator so you can abstract the
actual matching mechanism and still use `eq` in your code. Does not yet provide
case-insensitive string vs string matching.

MARKDOWN
        },
        {
            module => 'String::Util::Match',
            description => <<'MARKDOWN',

Provide some routines related to matching string.

MARKDOWN
        },
        {
            module => 'match::simple',
            description => <<'MARKDOWN',

A smart-match implementation.

MARKDOWN
        },
        {
            module => 'match::smart',
            description => <<'MARKDOWN',

A smart-match implementation.

MARKDOWN
        },
    ],
};

1;
# ABSTRACT: List of modules related to matching string

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::MatchingString - List of modules related to matching string

=head1 VERSION

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

=head1 DESCRIPTION

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<String::FlexMatch>

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

An object that can be instructed to match a string with another string, a regex,
or a coderef. The object overloads the C<eq> operator so you can abstract the
actual matching mechanism and still use C<eq> in your code. Does not yet provide
case-insensitive string vs string matching.


=item L<String::Util::Match>

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

Provide some routines related to matching string.


=item L<match::simple>

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

A smart-match implementation.


=item L<match::smart>

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

A smart-match implementation.


=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 0.830 second using v1.01-cache-2.11-cpan-3d66aa2751a )