NAME
GraphViz2::Config - A wrapper for AT&T's Graphviz
Synopsis
See GraphViz2.
Description
GraphViz2 provides a wrapper for AT&T's Graphviz.
Methods
_init()
For use by subclasses.
Sets default values for object attributes.
new()
For use by subclasses.
read()
read() is called by new(). It does the actual reading of the config file.
If the file can't be read, die is called.
The path to the config file is determined by:
File::Spec -> catfile(File::HomeDir -> my_dist_config('GraphViz2'), '.htgraphviz2.conf');
During installation, you should have run scripts/copy.config.pl, which uses the same code, to move the config file from the config/ directory in the disto into an OS-dependent directory.
The run-time code uses this module to look in the same directory as used by scripts/copy.config.pl.
Version Numbers
Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.
Machine-Readable Change Log
The file Changes was converted into Changelog.ini by Module::Metadata::Changes.
Support
Email the author, or log a bug on RT:
https://rt.cpan.org/Public/Dist/Display.html?Name=GraphViz2.
Author
GraphViz2 was written by Ron Savage <ron@savage.net.au> in 2011.
Home page: http://savage.net.au/index.html.
Copyright
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