Acme-CPANModules-EscapingAndQuoting

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0"
         }
      },
      "x_lists" : {
         "x_lists" : {
            "Data::Clean" : "0",
            "Data::Clean::ForJSON" : "0",
            "HTML::Entities" : "0",
            "MIME::Base64" : "0",
            "String::Escape" : "0",
            "String::JS" : "0",
            "String::PerlQuote" : "0",
            "String::PodQuote" : "0",
            "String::ShellQuote" : "0",
            "TeX::Encode" : "0",
            "URI::Escape" : "0",
            "Unicode::Escape" : "0"
         }
      },
      "x_mentions" : {
         "x_mentions" : {
            "Data::Clean" : "0",
            "Data::Clean::ForJSON" : "0",
            "HTML::Entities" : "0",
            "MIME::Base64" : "0",
            "ShellQuote::Any" : "0",
            "ShellQuote::Any::Tiny" : "0",
            "String::Escape" : "0",
            "String::JS" : "0",
            "String::PerlQuote" : "0",
            "String::PodQuote" : "0",
            "String::ShellQuote" : "0",
            "TeX::Encode" : "0",

META.json  view on Meta::CPAN

            "class" : "Dist::Zilla::Plugin::CopyrightYearFromGit",
            "name" : "@Author::PERLANCAR/CopyrightYearFromGit",
            "version" : "0.009"
         },
         {
            "class" : "Dist::Zilla::Plugin::IfBuilt",
            "name" : "@Author::PERLANCAR/IfBuilt",
            "version" : "0.03"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@Author::PERLANCAR/MetaJSON",
            "version" : "6.030"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@Author::PERLANCAR/MetaConfig",
            "version" : "6.030"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
            "config" : {

META.json  view on Meta::CPAN

      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : 0
         },
         "version" : "6.030"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.38.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

META.yml  view on Meta::CPAN

      version: '0.036'
    -
      class: Dist::Zilla::Plugin::CopyrightYearFromGit
      name: '@Author::PERLANCAR/CopyrightYearFromGit'
      version: '0.009'
    -
      class: Dist::Zilla::Plugin::IfBuilt
      name: '@Author::PERLANCAR/IfBuilt'
      version: '0.03'
    -
      class: Dist::Zilla::Plugin::MetaJSON
      name: '@Author::PERLANCAR/MetaJSON'
      version: '6.030'
    -
      class: Dist::Zilla::Plugin::MetaConfig
      name: '@Author::PERLANCAR/MetaConfig'
      version: '6.030'
    -
      class: Dist::Zilla::Plugin::MetaProvides::Package
      config:
        Dist::Zilla::Plugin::MetaProvides::Package:
          finder_objects:

README  view on Meta::CPAN


    String::PerlQuote
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    MIME::Base64
        Author: CAPOEIRAB <https://metacpan.org/author/CAPOEIRAB>

    Data::Clean
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    Data::Clean::ForJSON
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

FAQ
  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 Acme::CPANModules for more
    details.

  What are ways to use this Acme::CPANModules module?

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

        {
            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

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

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>

=item L<Data::Clean::ForJSON>

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



( run in 0.849 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )