1 package Graph
::Directed
;
11 Graph::Directed - directed graphs
16 my $g = Graph::Directed->new;
21 my $g = Graph->new(directed => 1);
22 my $g = Graph->new(undirected => 0);
26 Graph::Directed allows you to create directed graphs.
28 For the available methods, see L<Graph>.
32 L<Graph>, L<Graph::Undirected>
34 =head1 AUTHOR AND COPYRIGHT
36 Jarkko Hietaniemi F<jhi@iki.fi>
40 This module is licensed under the same terms as Perl itself.