# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'HTML::Acid',
          'VERSION_FROM' => 'lib/HTML/Acid.pm',
          'PREREQ_PM' => {
                           'Benchmark' => 0,
                           'HTML::Parser' => 3,
                           'Perl6::Slurp' => 0,
                           'Readonly' => 0,
                           'String::Dirify' => 0,
                           'Test::Differences' => 0,
                           'Test::More' => '0.94',
                           'Test::NoWarnings' => 0,
                           'version' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;