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.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'App::GitHooks::Plugin::PerlInterpreter',
  'VERSION_FROM' => 'lib/App/GitHooks/Plugin/PerlInterpreter.pm',
  'PREREQ_PM' => {
                   'App::GitHooks' => 0,
                   'Capture::Tiny' => 0,
                   'Git::Repository' => 0,
                   'Test::Exception' => 0,
                   'Test::FailWarnings' => 0,
                   'Test::Git' => 0,
                   'Test::More' => '0.94',
                   'Test::Type' => 0,
                   'autodie' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t'
            }
)
;