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.2808_01
require 5.6.0;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'XHTML::Instrumented',
          'VERSION_FROM' => 'lib/XHTML/Instrumented.pm',
          'PREREQ_PM' => {
                           'Params::Validate' => 0,
                           'Test::Warn' => 0,
                           'Test::XML' => 0,
                           'Test::XML::Order' => '0.03',
                           'XML::Parser' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;