The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
digraph graph_03
{
	edge[color = "blue"]
	node[shape = "Mdiamond"]
	A
	node[shape = "Msquare"]
	B
	graph[label = "Class Demo" rankdir = "LR"]
	A -> B
}