/usr/local/CPAN/Module-Build-TestReporter/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'Module::Build::TestReporter',
'VERSION_FROM' => 'lib/Module/Build/TestReporter.pm',
'PREREQ_PM' => {
'Test::Harness' => '2.47',
'Test::Exception' => '',
'IO::String' => '',
'Test::Simple' => '0.48',
'Class::Roles' => '',
'IPC::Open3' => '',
'SUPER' => '1.10',
'Module::Build' => ''
}
)
;