MyDGraph.pm   [plain text]


package DGraph;
require Graph::Directed;
@DGraph::ISA=qw(Graph::Directed);
1;