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.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'CGI::Application::Plugin::HTDot',
          'VERSION_FROM' => 'lib/CGI/Application/Plugin/HTDot.pm',
          'PREREQ_PM' => {
                           'CGI::Application' => '4.0',
                           'HTML::Template::Plugin::Dot' => 0,
                           'Module::Build' => 0,
                           'Test::Exception' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;