/usr/local/CPAN/Test-Pod/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.37_06
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Test::Pod',
  'VERSION_FROM' => 'lib/Test/Pod.pm',
  'PREREQ_PM' => {
                   'File::Spec' => 0,
                   'Pod::Simple' => '3.05',
                   'Test::Builder::Tester' => '1.02',
                   'Test::More' => '0.62'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;