The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Test::Class',
  'VERSION_FROM' => 'lib/Test/Class.pm',
  'PREREQ_PM' => {
                   'Attribute::Handlers' => '0.77',
                   'Carp' => '0',
                   'Fcntl' => 0,
                   'File::Find' => '0',
                   'File::Spec' => '0',
                   'IO::File' => '1.09',
                   'MRO::Compat' => '0.11',
                   'Storable' => '2.04',
                   'Test' => 0,
                   'Test::Builder' => '0.78',
                   'Test::Builder::Tester' => '1.02',
                   'Test::Exception' => '0.25',
                   'Test::More' => '0.78',
                   'Test::Simple' => '0.78',
                   'base' => 0,
                   'constant' => '0',
                   'overload' => 0,
                   'strict' => '0',
                   'warnings' => '0'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;