NAME
Zing::Env - Zing Environment
ABSTRACT
Zing Environment Abstraction
SYNOPSIS
use Zing::Env;
my $env = Zing::Env->new;
DESCRIPTION
This package provides a Zing environment abstraction to be used by Zing::App and other environment-aware objects.
LIBRARIES
This package uses type constraints from:
ATTRIBUTES
This package has the following attributes:
app
app(App)
This attribute is read-only, accepts (App)
values, and is optional.
appdir
appdir(Maybe[Str])
This attribute is read-only, accepts (Maybe[Str])
values, and is optional.
config
config(HashRef[ArrayRef])
This attribute is read-only, accepts (HashRef[ArrayRef])
values, and is optional.
debug
debug(Maybe[Bool])
This attribute is read-only, accepts (Maybe[Bool])
values, and is optional.
encoder
encoder(Maybe[Str])
This attribute is read-only, accepts (Maybe[Str])
values, and is optional.
handle
handle(Maybe[Str])
This attribute is read-only, accepts (Maybe[Str])
values, and is optional.
home
home(Maybe[Str])
This attribute is read-only, accepts (Maybe[Str])
values, and is optional.
host
host(Maybe[Str])
This attribute is read-only, accepts (Maybe[Str])
values, and is optional.
piddir
piddir(Maybe[Str])
This attribute is read-only, accepts (Maybe[Str])
values, and is optional.
store
store(Maybe[Str])
This attribute is read-only, accepts (Maybe[Str])
values, and is optional.
system
system(Name)
This attribute is read-only, accepts (Name)
values, and is optional.
target
target(Maybe[Name])
This attribute is read-only, accepts (Maybe[Name])
values, and is optional.
AUTHOR
Al Newkirk, awncorp@cpan.org
LICENSE
Copyright (C) 2011-2019, Al Newkirk, et al.
This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file".