strict digraph Perl {
graph [compound=1, concentrate=1, overlap=false, rankdir=LR, ranksep=1, smoothing=triangle, splines=spline];
node [label="\N", shape=record, style=dotted];
edge [minlen=1];
"Dist::Zilla::Plugin::Bootstrap::ShareDir::Dist" [label="{{<port1> class}|<port2> Dist::Zilla::Plugin::Bootstrap::ShareDir::Dist}", shape=Mrecord, style=solid, color="#7e1e9c", fontsize=7, height="0.1"];
"Dist::Zilla::Role::Bootstrap" [label="<port1> Dist::Zilla::Role::Bootstrap"];
"Moose::Object" [label="<port1> Moose::Object"];
"Moose::Object" -> "Dist::Zilla::Plugin::Bootstrap::ShareDir::Dist" [arrowhead=open, arrowsize="0.5", color="#ff81c0", dir=forward, fontsize=6, headclip=1, label="inherited by", samehead=head, tailclip=1, weight=10];
"Dist::Zilla::Role::Bootstrap" -> "Dist::Zilla::Plugin::Bootstrap::ShareDir::Dist" [arrowhead=open, arrowsize="0.5", color="#653700", dir=forward, fontsize=6, headclip=1, label="consumed by", samehead=head, tailclip=1, weight=5];
}