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::import";
}
subgraph cluster_vars {
	label="vars";
	"vars::import";
}
subgraph cluster_LWP_UserAgent {
	label="LWP::UserAgent";
	"LWP::UserAgent::BEGIN@12";
}
subgraph cluster_strict {
	label="strict";
	"strict::import";
}
subgraph cluster_constant {
	label="constant";
	"constant::import";
}
subgraph cluster_Exporter {
	label="Exporter";
	"Exporter::import";
}
subgraph cluster_integer {
	label="integer";
	"integer::import";
}
subgraph cluster_Time_Local {
	label="Time::Local";
	"Time::Local::CORE:pack";
	"Time::Local::BEGIN@28";
	"Time::Local::BEGIN@30";
	"Time::Local::_daygm";
	"Time::Local::BEGIN@7";
	"Time::Local::BEGIN@4";
	"Time::Local::BEGIN@5";
	"Time::Local::BEGIN@29";
	"Time::Local::BEGIN@6";
	"Time::Local::BEGIN@9";
}
"LWP::UserAgent::BEGIN@12" -> "Time::Local::BEGIN@7";
"Time::Local::BEGIN@4" -> "Exporter::import";
"LWP::UserAgent::BEGIN@12" -> "Time::Local::BEGIN@4";
"Time::Local::BEGIN@5" -> "Config::import";
"LWP::UserAgent::BEGIN@12" -> "Time::Local::BEGIN@28";
"Time::Local::_daygm" -> "Time::Local::CORE:pack";
"LWP::UserAgent::BEGIN@12" -> "Time::Local::_daygm";
"LWP::UserAgent::BEGIN@12" -> "Time::Local::BEGIN@30";
"LWP::UserAgent::BEGIN@12" -> "Time::Local::BEGIN@6";
"Time::Local::BEGIN@30" -> "constant::import";
"Time::Local::BEGIN@28" -> "constant::import";
"Time::Local::BEGIN@29" -> "constant::import";
"LWP::UserAgent::BEGIN@12" -> "Time::Local::BEGIN@5";
"Time::Local::BEGIN@9" -> "vars::import";
"LWP::UserAgent::BEGIN@12" -> "Time::Local::BEGIN@9";
"Time::Local::BEGIN@7" -> "integer::import";
"LWP::UserAgent::BEGIN@12" -> "Time::Local::BEGIN@29";
"Time::Local::BEGIN@6" -> "strict::import";
}