############################################################################# # (c) by Tels 2004-2008. Manual for Graph::Easy. # ############################################################################# package Graph::Easy::Manual; use strict; use vars qw/$VERSION/; $VERSION = '0.41'; 1; __END__ =head1 NAME Graph::Easy::Manual - HTML manual for Graph::Easy =head1 SYNOPSIS # generate the HTML manual locally: cd doc ./gen_manual # then open doc/manual/index.html in browser =head1 DESCRIPTION A C provides a comprehensive HTML manual for Graph::Easy. X X X X =head1 SEE ALSO The HTML-Version is currently mirrored on these two locations: =over 12 =item L =item L =back See also: L, and L. =head1 AUTHOR Copyright (C) 2004 - 2008 by Tels L 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. X X X =cut