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_IO_Socket_INET {
	label="IO::Socket::INET";
	"IO::Socket::INET::configure";
	"IO::Socket::INET::new";
}
subgraph cluster_vars {
	label="vars";
	"vars::import";
}
subgraph cluster_LWP_Protocol {
	label="LWP::Protocol";
	"LWP::Protocol::implementor";
}
subgraph cluster_strict {
	label="strict";
	"strict::import";
}
subgraph cluster_Net_HTTP {
	label="Net::HTTP";
	"Net::HTTP::configure";
	"Net::HTTP::new";
	"Net::HTTP::BEGIN@4";
	"Net::HTTP::http_connect";
	"Net::HTTP::BEGIN@3";
}
subgraph cluster_IO_Socket {
	label="IO::Socket";
	"IO::Socket::new";
}
subgraph cluster_LWP_Protocol_http {
	label="LWP::Protocol::http";
	"LWP::Protocol::http::_new_socket";
}
subgraph cluster_Net_HTTP_Methods {
	label="Net::HTTP::Methods";
	"Net::HTTP::Methods::http_configure";
}
"Net::HTTP::configure" -> "Net::HTTP::Methods::http_configure";
"LWP::Protocol::http::_new_socket" -> "Net::HTTP::new";
"Net::HTTP::new" -> "IO::Socket::INET::new";
"LWP::Protocol::implementor" -> "Net::HTTP::BEGIN@4";
"Net::HTTP::http_connect" -> "IO::Socket::INET::configure";
"LWP::Protocol::implementor" -> "Net::HTTP::BEGIN@3";
"IO::Socket::new" -> "Net::HTTP::configure";
"Net::HTTP::BEGIN@4" -> "vars::import";
"Net::HTTP::Methods::http_configure" -> "Net::HTTP::http_connect";
"Net::HTTP::BEGIN@3" -> "strict::import";
}