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

WriteMakefile(
	'NAME'		=> 'Inline::Nouse',
	'VERSION_FROM'	=> 'lib/Inline/Nouse.pm',
	'PREREQ_PM'	=> {
		'Inline'		=> 0.44,
		'Inline::Interp'	=> 0.06,
		'Language::Nouse'	=> 0.03,
		'Test::More'		=> 0,
	},
);