The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

name     'HTML-Form-Declare';
all_from 'lib/HTML/Form/Declare.pm';
author   'shv <shv@cpan.org>';

build_requires 'Test::More';

auto_install;

WriteAll;