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.4007
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'HTML::Form::XSS',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/HTML/Form/XSS.pm',
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'HTML::Form' => 0,
                   'HTML::XSSLint::Result' => 0,
                   'WWW::Mechanize' => 0,
                   'Data::Dumper' => 0,
                   'XML::Simple' => 0,
                   'Carp' => 0
                 }
)
;