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.3800
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'test' => {
              'TESTS' => 't/*.t t/10_xml/*.t t/90_integration/*.t'
            },
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Test::AgainstSchema',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Test/AgainstSchema.pm',
  'PREREQ_PM' => {
                   'Try::Tiny' => '0.11',
                   'Test::More' => '0.80',
                   'File::Spec' => '0.8',
                   'XML::LibXML' => '1.60',
                   'Exporter' => '5.57'
                 }
)
;