NAME
Bolts::Injector::Parameter::ByPosition - Inject parameters by position during construction
VERSION
version 0.143171
SYNOPSIS
use Bolts;
artifact thing => (
class => 'MyApp::Thing',
parameters => [
dep('other_thing'),
],
);
DESCRIPTION
Inject parameters by position during construction.
ROLES
METHODS
pre_inject_value
Perform the pre-injection of the parameter by position.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.