The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Module::Build;
my $build = new Module::Build (
	module_name => 'Crypt::Pwsafe',
	dist_author => 'Shufeng Tan <shufengtan@gmail.com>',
	license => 'perl',
	requires => {
		'perl'		 => '5.8',
		'Crypt::Twofish' => '0.1',
		'Digest::SHA'	 => '0.1',
	},
);
$build->create_build_script;