The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
digraph Perl
{
graph [ rankdir="TB" ]
node [ shape="oval" ]
edge [ color="grey" ]

subgraph "cluster_1"
{
graph [ bgcolor="cornflowerblue" label="Locale" rankdir="TB" ]
node [ shape="oval" ]
edge [ color="grey" ]

"Solar system"
"Earth"
}
"dummy.suffix.node" [ color="invis" label="" ]
"Solar system" -> "Earth" [ arrowhead="diamond" label="" ]
"Earth" -> "dummy.suffix.node" [ label="" ]
}