The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

"get core::global"

COMMANDS

At The Metabrik Shell, just type:

"help core::global"

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

Metabrik

COPYRIGHT AND LICENSE

Copyright (c) 2014-2018, 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