use strict;
my $dist = 'HTML-HTML5-Outline';
my $fn = "lib/$dist.pm"; $fn =~ s#-#/#g;
name $dist;
perl_version_from $fn;
version_from $fn;
abstract_from $fn;
readme_from $fn;
author 'Toby Inkster <tobyink@cpan.org>';
license 'perl';
requires 'common::sense' => 0;
requires 'HTML::HTML5::Parser' => '0.100';
test_requires 'Module::Signature' => '0.66';
requires 'RDF::Trine' => '0.130';
requires 'Scalar::Util' => 0;
test_requires 'Test::More' => '0.61';
requires 'XML::LibXML' => '1.60';
resources(
'homepage' => "http://search.cpan.org/dist/$dist/",
'repository' => "http://goddamn.co.uk/viewvc/perlmods/$dist/",
);
keywords(qw(HTML HTML5 Outline Headings Sections Structure JSON RDF));
write_doap_changes;
write_doap_changes_xml;
include 'Test::Signature';
auto_install;
WriteAll(
'meta' => 1,
'sign' => 1,
);