use strict; use warnings; # Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Test::PerlTidy', VERSION_FROM => 'lib/Test/PerlTidy.pm', LICENSE => 'perl', PREREQ_PM => { 'File::Finder' => '0', 'File::Slurp' => '0', 'File::Spec' => '0', 'parent' => '0', 'Perl::Tidy' => '20031021', 'Test::Builder' => '0', 'Test::More' => '0', 'Text::Diff' => '0' }, );