NAME
Metabrik::Core::Global - core::global Brik
SYNOPSIS
use Metabrik::Core::Global;
my $GLO = Metabrik::Core::Global->new;
DESCRIPTION
This Brik holds some global Attributes like timeout values, paths or default network interface. You don't need to use this Brik directly. It is auto-loaded by core::context Brik and is stored in its global Attribute.
ATTRIBUTES
At The Metabrik Shell, just type:
COMMANDS
At The Metabrik Shell, just type:
METHODS
- brik_properties
-
Class Properties for the Brik. See Metabrik.
- brik_use_properties
-
Instanciated Properties when the Brik is first used. See use Command.
SEE ALSO
COPYRIGHT AND LICENSE
Copyright (c) 2014-2020, Patrice <GomoR> Auffret
You may distribute this module under the terms of The BSD 3-Clause License. See LICENSE file in the source distribution archive.
AUTHOR
Patrice <GomoR> Auffret