/usr/local/CPAN/HTML-Tree/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3603
require 5.008000;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'HTML::Tree',
          'EXE_FILES' => [
                           'htmltree'
                         ],
          'VERSION_FROM' => 'lib/HTML/Element.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Test::Exception' => 0,
                           'HTML::Tagset' => '3.02',
                           'HTML::Parser' => '3.46',
                           'Module::Build' => 0
                         }
        )
;