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.3607
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Dist::Zilla::Plugin::MinimumPerl',
          'VERSION_FROM' => 'lib/Dist/Zilla/Plugin/MinimumPerl.pm',
          'PREREQ_PM' => {
                           'Dist::Zilla::Role::PrereqSource' => '2.101170',
                           'Moose' => '1.01',
                           'Perl::MinimumVersion' => '1.24',
                           'Test::More' => '0.94'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;