The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Application::Plugin::CAPTCHA',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/CAPTCHA.pm',
          'PREREQ_PM' => {
                           'CGI::Application' => '4.00',
                           'Data::Random' => 0,
                           'GD::SecurityImage' => 0,
                           'Test::Exception' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;