1# Note: this file was auto-generated by Module::Build::Compat version 0.03
2use ExtUtils::MakeMaker;
3WriteMakefile
4(
5          'PL_FILES' => {},
6          'INSTALLDIRS' => 'site',
7          'NAME' => 'Test::TAP::HTMLMatrix',
8          'EXE_FILES' => [],
9          'VERSION_FROM' => 'lib/Test/TAP/HTMLMatrix.pm',
10          'PREREQ_PM' => {
11                           'Test::More' => 0,
12                           'URI::file' => 0,
13                           'Petal' => 0,
14                           'Petal::Utils' => 0,
15                           'Test::TAP::Model' => '>= 0.08'
16                         }
17        )
18;
19