The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;
name 'Test-HTML-Differences';
all_from 'lib/Test/HTML/Differences.pm';

requires 'Test::Differences' => 0.50;
requires 'Test::Differences::Color';
requires 'HTML::Parser';
requires 'Text::Diff';
requires 'Text::Diff::Table';
requires 'parent';
requires 'HTML::Entities';

build_requires 'Test::Base';

# Module::Install::AuthorTests
author_tests('xt');

# Module::Install::Repository
auto_set_repository;

# Module::Install::TestBase
use_test_base;

# Module::Install::ReadmeFromPod
readme_from 'lib/Test/HTML/Differences.pm';

auto_include;
WriteAll;