1Biber::Output::dot(3) User Contributed Perl DocumentationBiber::Output::dot(3)
2
3
4
6 Biber::Output::dot - class for Biber output of GraphViz .dot files
7
8 new
9 Initialize a Biber::Output::dot object
10
11 set_output_target_file
12 Set the output target file of a Biber::Output::dot object
13 A convenience around set_output_target so we can keep track of the
14 filename
15
16 set_output_entry
17 We don't use this, we output everything in one go at the end
18
19 create_output_section
20 We don't use this, we output everything in one go at the end
21
22 output
23 Create a graph of the required things and save to .dot format
24
26 Philip Kime "<philip at kime.org.uk>"
27
29 Please report any bugs or feature requests on our Github tracker at
30 <https://github.com/plk/biber/issues>.
31
33 Copyright 2012-2019 Philip Kime, all rights reserved.
34
35 This module is free software. You can redistribute it and/or modify it
36 under the terms of the Artistic License 2.0.
37
38 This program is distributed in the hope that it will be useful, but
39 without any warranty; without even the implied warranty of
40 merchantability or fitness for a particular purpose.
41
42
43
44perl v5.32.0 2020-07-27 Biber::Output::dot(3)