App-EscapeUtils

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Various string escaping/unescaping utilities",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-EscapeUtils",
  "EXE_FILES" => [
    "script/backslash-escape",
    "script/backslash-unescape",
    "script/html-escape",
    "script/html-unescape",
    "script/js-escape",
    "script/js-unescape",
    "script/perl-dquote-escape",
    "script/perl-squote-escape",
    "script/pod-escape",
    "script/shell-escape",
    "script/uri-escape",
    "script/uri-unescape"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "App::EscapeUtils",
  "PREREQ_PM" => {
    "Data::Sah::Compiler::perl::TH::array" => 0,
    "Data::Sah::Compiler::perl::TH::str" => 0,
    "HTML::Entities" => 0,
    "Perinci::CmdLine::Any" => 0,
    "Perinci::CmdLine::Lite" => "1.820",
    "ShellQuote::Any::Tiny" => 0,
    "String::Escape" => 0,
    "String::JS" => 0,
    "String::PerlQuote" => 0,
    "String::PodQuote" => 0,
    "URI::Escape" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.002",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Sah::Compiler::perl::TH::array" => 0,
  "Data::Sah::Compiler::perl::TH::str" => 0,
  "File::Spec" => 0,
  "HTML::Entities" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Perinci::CmdLine::Any" => 0,
  "Perinci::CmdLine::Lite" => "1.820",
  "ShellQuote::Any::Tiny" => 0,
  "String::Escape" => 0,
  "String::JS" => 0,
  "String::PerlQuote" => 0,
  "String::PodQuote" => 0,
  "Test::More" => 0,
  "URI::Escape" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}



( run in 1.038 second using v1.01-cache-2.11-cpan-39bf76dae61 )