/usr/local/CPAN/Test-Assert/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.35
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
'TESTS' => 't/*.t t/tlib/*.t t/tlib/Exception/*.t t/tlib/Test/*.t',
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'Test::Assert',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/Test/Assert.pm',
'PREREQ_PM' => {
'parent' => 0,
'Test::Unit::Lite' => '0.11',
'Symbol::Util' => '0.0202',
'constant::boolean' => '0.02',
'Class::Inspector' => 0,
'Exception::Base' => '0.21'
}
)
;