Graph::Easy::Manual - HTML manual for Graph::Easy


Graph-Easy-Manual documentation Contained in the Graph-Easy-Manual distribution.

Index


Code Index:

NAME

Top

Graph::Easy::Manual - HTML manual for Graph::Easy

SYNOPSIS

Top

	# generate the HTML manual locally:

        cd doc
	./gen_manual

	# then open doc/manual/index.html in browser

DESCRIPTION

Top

A Graph::Easy::Manual provides a comprehensive HTML manual for Graph::Easy.

manual graph drawing flowchart

SEE ALSO

Top

The HTML-Version is currently mirrored on these two locations:

http://bloodgate.com/perl/graph/manual/index.html =item http://search.cpan.org/~tels/Graph-Easy-Manual/doc/manual/index.html

See also: Graph::Easy, and Mediawiki-POD.

AUTHOR

Top

Copyright (C) 2004 - 2008 by Tels http://bloodgate.com

This library is free software; you can redistribute it and/or modify it under the same terms as the GPL version 2 or later.

See the LICENSE file for more details.

tels gpl license


Graph-Easy-Manual documentation Contained in the Graph-Easy-Manual distribution.

#############################################################################
# (c) by Tels 2004-2008. Manual for Graph::Easy.
#
#############################################################################

package Graph::Easy::Manual;

use strict;

use vars qw/$VERSION/;
$VERSION = '0.41';

1;
__END__