# This Makefile.PL for Taint-Util was generated by Dist::Zilla. # Don't edit it but the dist.ini used to construct it. use strict; use warnings; use ExtUtils::MakeMaker 6.11; my %WriteMakefileArgs = ( 'ABSTRACT' => 'Test for and flip the taint flag without regex matches or C', 'AUTHOR' => 'Ævar Arnfjörð Bjarmason ', 'BUILD_REQUIRES' => {}, 'CONFIGURE_REQUIRES' => { 'ExtUtils::MakeMaker' => '6.11' }, 'DISTNAME' => 'Taint-Util', 'EXE_FILES' => [], 'LICENSE' => 'perl', 'NAME' => 'Taint::Util', 'PREREQ_PM' => { 'Test::More' => '0', 'XSLoader' => '0' }, 'VERSION' => '0.08', 'test' => { 'TESTS' => 't/*.t' } ); delete $WriteMakefileArgs{LICENSE} unless eval { ExtUtils::MakeMaker->VERSION(6.31) }; WriteMakefile(%WriteMakefileArgs);