The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!perl

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'HTTP::Request::AsCGI',
    VERSION_FROM => 'lib/HTTP/Request/AsCGI.pm',
    PREREQ_PM    => {
        Carp             => 0,
        Class::Accessor  => 0,        
        HTTP::Request    => 0,
        HTTP::Response   => 1.53,
        IO::File         => 0,
        Test::More       => 0
    }
);