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";
	"warnings::import";
}
subgraph cluster_XSLoader {
	label="XSLoader";
	"XSLoader::load";
}
subgraph cluster_File_Glob {
	label="File::Glob";
	"File::Glob::import";
	"File::Glob::GLOB_CSH";
	"File::Glob::BEGIN@3";
	"File::Glob::CORE:match";
	"File::Glob::BEGIN@7";
}
subgraph cluster_File_GlobMapper {
	label="File::GlobMapper";
	"File::GlobMapper::BEGIN@10";
	"File::GlobMapper::BEGIN@3";
	"File::GlobMapper::BEGIN@341";
	"File::GlobMapper::BEGIN@5";
	"File::GlobMapper::BEGIN@4";
}
subgraph cluster_strict {
	label="strict";
	"strict::import";
}
subgraph cluster_Exporter {
	label="Exporter";
	"Exporter::import";
}
subgraph cluster_IO_Compress_Base_Common {
	label="IO::Compress::Base::Common";
	"IO::Compress::Base::Common::BEGIN@9";
}
"File::GlobMapper::BEGIN@10" -> "File::Glob::GLOB_CSH";
"File::GlobMapper::BEGIN@5" -> "Exporter::import";
"File::GlobMapper::BEGIN@10" -> "Exporter::import";
"File::GlobMapper::BEGIN@341" -> "warnings::unimport";
"IO::Compress::Base::Common::BEGIN@9" -> "File::GlobMapper::BEGIN@5";
"IO::Compress::Base::Common::BEGIN@9" -> "File::GlobMapper::BEGIN@3";
"File::GlobMapper::BEGIN@10" -> "File::Glob::BEGIN@7";
"File::GlobMapper::BEGIN@10" -> "File::Glob::BEGIN@3";
"File::GlobMapper::BEGIN@10" -> "XSLoader::load";
"IO::Compress::Base::Common::BEGIN@9" -> "File::GlobMapper::BEGIN@10";
"File::GlobMapper::BEGIN@10" -> "File::Glob::CORE:match";
"File::GlobMapper::BEGIN@10" -> "File::Glob::import";
"IO::Compress::Base::Common::BEGIN@9" -> "File::GlobMapper::BEGIN@4";
"File::GlobMapper::BEGIN@4" -> "warnings::import";
"IO::Compress::Base::Common::BEGIN@9" -> "File::GlobMapper::BEGIN@341";
"File::GlobMapper::BEGIN@3" -> "strict::import";
}