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

WriteMakefile(
	'NAME'		=> 'BIND::Config::Parser',
	'VERSION_FROM'	=> 'lib/BIND/Config/Parser.pm',
	'PREREQ_PM'	=> {
		'Parse::RecDescent'	=> 0,
	},
	($] >= 5.005 ? (
		'AUTHOR'	=> 'Matt Dainty <matt@bodgit-n-scarper.com>',
	) : () ),
);