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

NAME

Bolts::Meta::Class::Trait::Locator - Metaclass role for objects that have a meta locator

VERSION

version 0.143171

DESCRIPTION

This is another handy feature for use when constructing and managing a bag of artifacts. It provides a meta locator to the class for looking up standard Bolts objects like blueprints, scopes, injectors, inferrers, etc.

ROLES

ATTRIBUTES

locator

This returns an implementation of Bolts::Role::Locator containing the needed standard Bolts objects.

Defaults to a new object from "$Bolts::GLOBAL_FALLBACK_META_LOCATOR" in Bolts, which defaults to Bolts::Meta::Locator.

acquire

Delegated to the acquire method of "locator".

acquire_all

Delegated to the acquire_all method of "locator".

resolve

Delegated to the resolve method of "locator".

get

Delegated to the get method of "locator".

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.