The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Generated by Module::Build::Compat->create_makefile_pl

use ExtUtils::MakeMaker;
my $mod =   'lib/Exception/ThrowUnless.pm';
WriteMakefile (
	NAME          =>  q(Exception::ThrowUnless),
	VERSION_FROM  =>  $mod,
	AUTHOR        =>  q(Rich Paul <turing-test@rich-paul.net>),
	'dist' => {
		'CI' => 'cvs commit',
		'RCS_LABEL' => 'cvs tag V$(VERSION_SYM)',
	}
);