The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'EXE_FILES' => [],
  'NAME' => 'App::GitHooks::Plugin::VersionTagsRequireChangelog',
  'test' => {
              'TESTS' => 't/*.t'
            },
  'VERSION_FROM' => 'lib/App/GitHooks/Plugin/VersionTagsRequireChangelog.pm',
  'INSTALLDIRS' => 'site',
  'PREREQ_PM' => {
                   'Try::Tiny' => 0,
                   'CPAN::Changes' => 0,
                   'Test::More' => '0.94',
                   'Test::Requires::Git' => '1.005',
                   'Test::FailWarnings' => 0,
                   'App::GitHooks' => 0,
                   'Log::Any' => 0
                 },
  'PL_FILES' => {}
)
;