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
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'CGI::Application::Plugin::FormState',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/FormState.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'CGI::Application' => '4',
                           'CGI::Session' => '4',
                           'CGI::Application::Plugin::Session' => '0.09',
                           'CGI' => '2.37'
                         }
        )
;