The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

use ExtUtils::MakeMaker;
WriteMakefile(
              NAME	=> q[Perl6::Form],
              VERSION => q[0.04],
              AUTHOR  => 'Damian Conway',
              # PREREQ_PM => { Scalar::Util=>0, List::Util=>0 },
	     );