Acme-Unicodify

 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.014.
use strict;
use warnings;

use 5.022000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Convert ASCII text into look-somewhat-alike unicode",
  "AUTHOR" => "Joelle Maslak <jmaslak\@antelope.net>",
  "BUILD_REQUIRES" => {
    "Test::UseAllModules" => "0.17"
  },
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Acme-Unicodify",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.022000",
  "NAME" => "Acme::Unicodify",
  "PREREQ_PM" => {
    "Carp" => 0,
    "File::Slurper" => "0.008",
    "Unicode::Normalize" => 0,
    "autodie" => 0,
    "strict" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Encode" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "Test::More" => 0,
    "Test::UseAllModules" => "0.17"
  },
  "VERSION" => "1.202110",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Encode" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Slurper" => "0.008",
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Test::More" => 0,
  "Test::UseAllModules" => "0.17",
  "Unicode::Normalize" => 0,
  "autodie" => 0,
  "strict" => 0,
  "utf8" => 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}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);



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