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.4003
use ExtUtils::MakeMaker;
WriteMakefile
(
  'test' => {
              'TESTS' => 't\\*.t t\\Reporters\\*.t'
            },
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Test::Approvals',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Test/Approvals.pm',
  'PREREQ_PM' => {
                   'Capture::Tiny' => 0,
                   'File::Spec' => 0,
                   'Storable' => 0,
                   'File::Touch' => 0,
                   'Modern::Perl' => 0,
                   'List::Util' => 0,
                   'File::Compare' => 0,
                   'FindBin::Real' => 0,
                   'Test::Builder' => 0,
                   'autodie' => 0,
                   'List::MoreUtils' => 0,
                   'Moose' => 0,
                   'Perl6::Slurp' => 0,
                   'Moose::Role' => 0,
                   'Getopt::Euclid' => 0,
                   'English' => 0,
                   'version' => 0,
                   'Readonly' => 0,
                   'Exporter' => 0,
                   'Carp' => 0,
                   'Test::More' => 0,
                   'Moose::Util' => 0,
                   'File::Next' => 0,
                   'File::stat' => 0
                 }
)
;