The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
	my $_exit = 1;
	$_M ||= "Mozilla::Mechanize::GUITester";
	eval "use $_M";
SKIP: {
	skip "No $_M installed", $_T if $@;
	$_exit = undef;
};
	exit if $_exit;