Acme-CPANModules-EscapingAndQuoting

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::EscapingAndQuoting;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-EscapingAndQuoting'; # DIST
our $VERSION = '0.003'; # VERSION

our $LIST = {
    summary => 'List of modules that escape/quote data to make it safe',
    entries => [
        {
            module=>'HTML::Entities',
        },
        {
            module=>'URI::Escape',
            alternate_modules => ['URI::Escape::XS'],
        },
        {
            module=>'String::PodQuote',
        },
        {
            module=>'String::ShellQuote',
            alternate_modules => ['Win32::ShellQuote', 'ShellQuote::Any', 'ShellQuote::Any::Tiny'],
        },
        {
            module=>'String::ShellQuote',
        },
        {
            module=>'String::Escape',
        },
        {
            module=>'String::JS',
        },
        {
            module=>'Unicode::Escape',
        },
        {
            module=>'TeX::Encode',
        },
        {
            module=>'String::PerlQuote',
        },
        {
            module=>'MIME::Base64',
        },
        {
            module=>'Data::Clean',
        },
        {
            module=>'Data::Clean::ForJSON',
        },
    ],
};

1;
# ABSTRACT: List of modules that escape/quote data to make it safe

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::EscapingAndQuoting - List of modules that escape/quote data to make it safe

=head1 VERSION

This document describes version 0.003 of Acme::CPANModules::EscapingAndQuoting (from Perl distribution Acme-CPANModules-EscapingAndQuoting), released on 2023-10-29.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<HTML::Entities>

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

=item L<URI::Escape>

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

Alternate modules: L<URI::Escape::XS>

=item L<String::PodQuote>

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

=item L<String::ShellQuote>

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

Alternate modules: L<Win32::ShellQuote>, L<ShellQuote::Any>, L<ShellQuote::Any::Tiny>

=item L<String::ShellQuote>

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

=item L<String::Escape>

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

=item L<String::JS>

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

=item L<Unicode::Escape>

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

=item L<TeX::Encode>

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

=item L<String::PerlQuote>

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

=item L<MIME::Base64>

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

=item L<Data::Clean>

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



( run in 0.875 second using v1.01-cache-2.11-cpan-e1769b4cff6 )