The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Module::Build;
# See perldoc Module::Build for details of how this works

Module::Build->new(
		   license       => 'perl',
		   module_name   => 'Test::Distribution',
		   requires      => {
				     'ExtUtils::Manifest' => 0,
				     'File::Find::Rule'   => 0.03,
				     'Module::CoreList'   => 1.93,
				     'Test::More'         => 0.45,
				     'Test::Pod'          => 0.95,
				     'Test::Signature'    => 0,
				    },
		   create_readme => 1,
		   sign          => 1,
		  )->create_build_script;