
Graph::Easy::Marpa::Utils - Some utils to generate the demo page, and to simplify testing

See scripts/generate.index.pl and t/test.t.
Note: scripts/generate.index.pl outputs to a temporary directory. You'll need to patch it if you wish to save the output.
See: http://savage.net.au/Perl-modules/html/graph.easy.marpa/index.html.

Some utils to simplify testing.

This module is available as a Unix-style distro (*.tgz).
See http://savage.net.au/Perl-modules/html/installing-a-module.html for help on unpacking and installing distros.

Install Graph::Easy::Marpa as you would for any Perl module:
Run:
cpanm Graph::Easy::Marpa
or run:
sudo cpan Graph::Easy::Marpa
or unpack the distro, and then either:
perl Build.PL
./Build
./Build test
sudo ./Build install
or:
perl Makefile.PL
make (or dmake or nmake)
make test
make install

new() is called as my($obj) = Graph::Easy::Marpa::Utils -> new(k1 => v1, k2 => v2, ...).
It returns a new object of type Graph::Easy::Marpa::Utils.
Key-value pairs accepted in the parameter list:

Many thanks are due to the people who chose to make Graphviz Open Source.
And thanks to Leon Brocard, who wrote GraphViz, and kindly gave me co-maint of the module.

Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.

The file CHANGES was converted into Changelog.ini by Module::Metadata::Changes.

Email the author, or log a bug on RT:
https://rt.cpan.org/Public/Dist/Display.html?Name=Graph::Easy::Marpa.

Graph::Easy::Marpa was written by Ron Savage <ron@savage.net.au> in 2011.
Home page: http://savage.net.au/index.html.

Australian copyright (c) 2011, Ron Savage.
All Programs of mine are 'OSI Certified Open Source Software';
you can redistribute them and/or modify them under the terms of
The Artistic License, a copy of which is available at:
http://www.opensource.org/licenses/index.html