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_Config {
	label="Config";
	"Config::BEGIN@5";
	"Config::fetch_string";
	"Config::launcher";
	"Config::AUTOLOAD";
	"Config::FETCH";
}
subgraph cluster_strict {
	label="strict";
	"strict::import";
}
"Config::FETCH" -> "Config::fetch_string";
"Config::FETCH" -> "Config::launcher";
"Config::AUTOLOAD" -> "Config::BEGIN@5";
"Config::BEGIN@5" -> "strict::import";
}