The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
digraph {
graph [overlap=false]
subgraph cluster_warnings {
	label="warnings";
	"warnings::import";
}
subgraph cluster_Moose_Util_TypeConstraints {
	label="Moose::Util::TypeConstraints";
	"Moose::Util::TypeConstraints::BEGIN@572";
}
subgraph cluster_re {
	label="re";
	"re::BEGIN@4";
	"re::import";
	"re::BEGIN@5";
	"re::bits";
}
subgraph cluster_strict {
	label="strict";
	"strict::import";
}
"Moose::Util::TypeConstraints::BEGIN@572" -> "re::BEGIN@5";
"re::import" -> "re::bits";
"re::BEGIN@5" -> "warnings::import";
"Moose::Util::TypeConstraints::BEGIN@572" -> "re::import";
"Moose::Util::TypeConstraints::BEGIN@572" -> "re::BEGIN@4";
"re::BEGIN@4" -> "strict::import";
}