1Biber::UCollate(3) User Contributed Perl Documentation Biber::UCollate(3)
2
3
4
6 Biber::UCollate
7
8 new
9 Instantiate new Unicode::Collate::Locale object with some extra reporting checks.
10 We need this also so that we can chain some things during sorting object construction.
11 Without an object, we would need to call a regular subroutine but due to the special
12 semantics of Schwartzian transforms, we need to chain all sorting elements so that they return
13 a boolean value (see Biber.pm). This is much tidier with Foo->new()->change()->cmp than
14 with something messy like "my $uc = create_uc_object; $uc->change()->cmp()" etc.
15
17 Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at
18 kime.org.uk>"
19
21 Please report any bugs or feature requests on our Github tracker at
22 <https://github.com/plk/biber/issues>.
23
25 Copyright 2009-2018 Francois Charette and Philip Kime, all rights
26 reserved.
27
28 This module is free software. You can redistribute it and/or modify it
29 under the terms of the Artistic License 2.0.
30
31 This program is distributed in the hope that it will be useful, but
32 without any warranty; without even the implied warranty of
33 merchantability or fitness for a particular purpose.
34
35
36
37perl v5.28.0 2018-10-18 Biber::UCollate(3)