# Note: this file was auto-generated by Module::Build::Compat version 0.35
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Test::Regression',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Test/Regression.pm',
          'PREREQ_PM' => {
                           'Test::MockObject' => 0,
                           'File::Spec' => 0,
                           'FileHandle' => 0,
                           'Text::Diff' => 0,
                           'Test::More' => 0,
                           'Test::Differences' => 0,
                           'DirHandle' => 0,
                           'Algorithm::Diff' => 0
                         }
        )
;
