Provided by: liblog-report-optional-perl_1.02-1_all bug

NAME

       Log::Report::Minimal::Domain - administer one text-domain

SYNOPSIS

        use Log::Report::Minimal::Domain;
        my $domain = Log::Report::Minimal::Domain->new(name => $name);

        # normal usage
        use Log::Report::Optional;       # or Log::Report itself
        my $domain = textdomain $name;   # find config
        textdomain $name, %configure;    # set config, only once.

DESCRIPTION

       Read Log::Report::Domain.

METHODS

   Constructors
       Log::Report::Minimal::Domain->new(%options)
            -Option--Default
             name    <required>

           name => STRING

   Attributes
       $obj->configure(%options)
            -Option--Default
             where   <required>

           where => ARRAY
             Specifies the location of the configuration.  It is not allowed to configure a
             domain on more than one location.

       $obj->isConfigured()
       $obj->name()

   Action
       Log::Report::Minimal::Domain->interpolate( $msgid, [$args] )

SEE ALSO

       This module is part of Log-Report-Optional distribution version 1.02, built on January 18,
       2016. Website: http://perl.overmeer.net/log-report/

LICENSE

       Copyrights 2013-2016 by [Mark Overmeer]. For other contributors see ChangeLog.

       This program is free software; you can redistribute it and/or modify it under the same
       terms as Perl itself.  See http://www.perl.com/perl/misc/Artistic.html