# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'PL_FILES' => {}, 'INSTALLDIRS' => 'site', 'NAME' => 'Test::MockObject', 'EXE_FILES' => [], 'VERSION_FROM' => 'lib/Test/MockObject.pm', 'PREREQ_PM' => { 'Scalar::Util' => '1.1.4', 'Test::Exception' => '', 'UNIVERSAL::isa' => '0.06', 'UNIVERSAL::can' => '1.11', 'Test::Simple' => '0.47' } ) ;