Orochi
view release on metacpan or search on metacpan
lib/Orochi/Injection/BindValue.pm
lib/Orochi/Injection/Constructor.pm
lib/Orochi/Injection/Literal.pm
lib/Orochi/Injection/Setter.pm
Makefile.PL
MANIFEST This list of files
META.yml
t/001_constructor.t
t/002_declare.t
t/300_moosex.t
t/900_cascade_bind.t
t/lib/Orochi/Test/MooseBased1.pm
t/lib/Orochi/Test/MooseBased2.pm
t/lib/Orochi/Test/MooseBased3.pm
t/lib/Orochi/Test/Object1.pm
lib/Orochi.pm view on Meta::CPAN
=head2 inject($path, $injection_object)
Injects a Orochi::Injection object.
=head2 bind_value($path) or bind_value(\@paths)
Creates a BindValue injection, which is a lazy evaluation based on a
Orochi key.
If given a list, will cascade through the given paths until one returns a
defined value
=head2 inject_constructor($path => %injection_args)
Injects an object constructor. Setter injection also uses this
=head2 inject_literal($path => %injection_args)
Injects a literal value.
( run in 1.139 second using v1.01-cache-2.11-cpan-49f99fa48dc )