1Log::Report::Minimal::DUosmearinC(o3n)tributed Perl DocuLmoegn:t:aRteipoonrt::Minimal::Domain(3)
2
3
4
6 Log::Report::Minimal::Domain - administer one text-domain
7
9 use Log::Report::Minimal::Domain;
10 my $domain = Log::Report::Minimal::Domain->new(name => $name);
11
12 # normal usage
13 use Log::Report::Optional; # or Log::Report itself
14 my $domain = textdomain $name; # find config
15 textdomain $name, %configure; # set config, only once.
16
18 Read Log::Report::Domain.
19
21 Constructors
22 Log::Report::Minimal::Domain->new(%options)
23 -Option--Default
24 name <required>
25
26 name => STRING
27
28 Attributes
29 $obj->configure(%options)
30 -Option--Default
31 where <required>
32
33 where => ARRAY
34 Specifies the location of the configuration. It is not allowed
35 to configure a domain on more than one location.
36
37 $obj->isConfigured()
38 $obj->name()
39
40 Action
41 $obj->interpolate( $msgid, [$args] )
42 Interpolate the keys used in $msgid from the values in $args. This
43 is handled by the formatter, by default a String::Print instance.
44
46 This module is part of Log-Report-Optional distribution version 1.07,
47 built on January 15, 2021. Website: http://perl.overmeer.net/CPAN/
48
50 Copyrights 2013-2021 by [Mark Overmeer <mark@overmeer.net>]. For other
51 contributors see ChangeLog.
52
53 This program is free software; you can redistribute it and/or modify it
54 under the same terms as Perl itself. See http://dev.perl.org/licenses/
55
56
57
58perl v5.34.0 2021-07-22 Log::Report::Minimal::Domain(3)