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.3601
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CPAN::Mini::Inject::Server',
          'VERSION_FROM' => 'lib/CPAN/Mini/Inject/Server.pm',
          'PREREQ_PM' => {
                           'CGI::Application' => '0',
                           'CGI::Application::Dispatch' => '0',
                           'CGI::Application::Plugin::AutoRunmode' => '0',
                           'CPAN::Mini::Inject' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/cmis_test_server.pl'
                         ],
          'PL_FILES' => {}
        )
;