1GraphViz2::Config(3) User Contributed Perl Documentation GraphViz2::Config(3)
2
3
4
6 GraphViz2::Config - A wrapper for AT&T's Graphviz
7
9 See GraphViz2.
10
12 GraphViz2 provides a wrapper for AT&T's Graphviz.
13
15 _init()
16 For use by subclasses.
17
18 Sets default values for object attributes.
19
20 new()
21 For use by subclasses.
22
23 read()
24 read() is called by new(). It does the actual reading of the config
25 file.
26
27 If the file can't be read, die is called.
28
29 The path to the config file is determined by:
30
31 File::Spec -> catfile(File::HomeDir -> my_dist_config('GraphViz2'), '.htgraphviz2.conf');
32
33 During installation, you should have run scripts/copy.config.pl, which
34 uses the same code, to move the config file from the config/ directory
35 in the disto into an OS-dependent directory.
36
37 The run-time code uses this module to look in the same directory as
38 used by scripts/copy.config.pl.
39
41 Version numbers < 1.00 represent development versions. From 1.00 up,
42 they are production versions.
43
45 The file Changes was converted into Changelog.ini by
46 Module::Metadata::Changes.
47
49 Email the author, or log a bug on RT:
50
51 <https://rt.cpan.org/Public/Dist/Display.html?Name=GraphViz2>.
52
54 GraphViz2 was written by Ron Savage <ron@savage.net.au> in 2011.
55
56 Home page: <http://savage.net.au/index.html>.
57
59 Australian copyright (c) 2011, Ron Savage.
60
61 All Programs of mine are 'OSI Certified Open Source Software';
62 you can redistribute them and/or modify them under the terms of
63 The Perl License, a copy of which is available at:
64 http://dev.perl.org/licenses/
65
66
67
68perl v5.30.1 2020-01-30 GraphViz2::Config(3)