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.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Upload',
          'VERSION_FROM' => 'lib/CGI/Upload.pm',
          'PREREQ_PM' => {
                           'CGI' => '2.47',
                           'Carp' => '0',
                           'File::MMagic' => '1.16',
                           'HTTP::BrowserDetect' => '0.97',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;