Zing::Entity - Environment-aware Base Class
Environment-aware Abstract Base Class
use Zing::Entity; my $entity = Zing::Entity->new; # $entity->app; # $entity->env;
This package provides an environment-aware abstract base class for Zing classes that need to be environment-aware.
This package inherits behaviors from:
Zing::Class
This package uses type constraints from:
Zing::Types
This package has the following attributes:
app(App)
This attribute is read-only, accepts (App) values, and is optional.
(App)
env(Env)
This attribute is read-only, accepts (Env) values, and is optional.
(Env)
Al Newkirk, awncorp@cpan.org
awncorp@cpan.org
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".
Wiki
Project
Initiatives
Milestones
Contributing
Issues
To install Zing, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Zing
CPAN shell
perl -MCPAN -e shell install Zing
For more information on module installation, please visit the detailed CPAN module installation guide.