1Biber::Sections(3) User Contributed Perl Documentation Biber::Sections(3)
2
3
4
6 Biber::Sections
7
8 new
9 Initialize a Biber::Sections object
10
11 get_num_sections
12 Gets the number of Biber::Section objects
13
14 get_section
15 Gets a Biber::Section by number from the Biber::Sections object
16
17 get_sections
18 Gets an sorted array ref of all Biber::Section objects
19
20 add_section
21 Adds a Biber::Section to the Biber::Sections object
22
23 delete_section
24 Deletes a section
25 Mainly used in test scripts
26
28 Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at
29 kime.org.uk>"
30
32 Please report any bugs or feature requests on our Github tracker at
33 <https://github.com/plk/biber/issues>.
34
36 Copyright 2009-2018 Francois Charette and Philip Kime, all rights
37 reserved.
38
39 This module is free software. You can redistribute it and/or modify it
40 under the terms of the Artistic License 2.0.
41
42 This program is distributed in the hope that it will be useful, but
43 without any warranty; without even the implied warranty of
44 merchantability or fitness for a particular purpose.
45
46
47
48perl v5.28.1 2019-02-12 Biber::Sections(3)