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::unimport";
}
subgraph cluster_FileHandle {
	label="FileHandle";
	"FileHandle::import";
}
subgraph cluster_strict {
	label="strict";
	"strict::import";
	"strict::unimport";
}
subgraph cluster_Exporter_Heavy {
	label="Exporter::Heavy";
	"Exporter::Heavy::_rebuild_cache";
	"Exporter::Heavy::_push_tags";
	"Exporter::Heavy::CORE:subst";
	"Exporter::Heavy::heavy_export_ok_tags";
	"Exporter::Heavy::BEGIN@200";
	"Exporter::Heavy::heavy_export_to_level";
	"Exporter::Heavy::BEGIN@4";
	"Exporter::Heavy::CORE:match";
	"Exporter::Heavy::heavy_export";
	"Exporter::Heavy::BEGIN@3";
}
subgraph cluster_IO_Uncompress_Gunzip {
	label="IO::Uncompress::Gunzip";
	"IO::Uncompress::Gunzip::BEGIN@12";
}
subgraph cluster_Exporter {
	label="Exporter";
	"Exporter::import";
	"Exporter::as_heavy";
	"Exporter::export";
}
subgraph cluster_IO_Socket {
	label="IO::Socket";
	"IO::Socket::import";
}
subgraph cluster_Test_Builder_Module {
	label="Test::Builder::Module";
	"Test::Builder::Module::import";
}
subgraph cluster_Time_HiRes {
	label="Time::HiRes";
	"Time::HiRes::import";
}
subgraph cluster_Net_HTTP_Methods {
	label="Net::HTTP::Methods";
	"Net::HTTP::Methods::gunzip_ok";
}
"Exporter::Heavy::BEGIN@200" -> "warnings::unimport";
"Net::HTTP::Methods::gunzip_ok" -> "Exporter::Heavy::heavy_export_ok_tags";
"IO::Uncompress::Gunzip::BEGIN@12" -> "Exporter::Heavy::heavy_export_ok_tags";
"Exporter::Heavy::heavy_export_ok_tags" -> "Exporter::Heavy::_push_tags";
"Exporter::as_heavy" -> "Exporter::Heavy::BEGIN@4";
"Time::HiRes::import" -> "Exporter::Heavy::heavy_export_to_level";
"Test::Builder::Module::import" -> "Exporter::Heavy::heavy_export_to_level";
"Exporter::Heavy::heavy_export" -> "Exporter::Heavy::CORE:match";
"Exporter::Heavy::heavy_export" -> "Exporter::Heavy::_rebuild_cache";
"Exporter::Heavy::BEGIN@4" -> "strict::unimport";
"Exporter::Heavy::heavy_export_to_level" -> "Exporter::export";
"Exporter::Heavy::_rebuild_cache" -> "Exporter::Heavy::CORE:subst";
"Exporter::Heavy::heavy_export" -> "Exporter::Heavy::CORE:subst";
"Exporter::import" -> "Exporter::Heavy::heavy_export";
"FileHandle::import" -> "Exporter::Heavy::heavy_export";
"IO::Socket::import" -> "Exporter::Heavy::heavy_export";
"Exporter::Heavy::heavy_export_to_level" -> "Exporter::Heavy::heavy_export";
"Exporter::as_heavy" -> "Exporter::Heavy::BEGIN@200";
"Exporter::Heavy::BEGIN@3" -> "strict::import";
"Exporter::as_heavy" -> "Exporter::Heavy::BEGIN@3";
}