NAME
MooseX::AbstractFactory::Meta::Class - Meta class for MooseX::AbstractFactory
VERSION
version 0.004003
SYNOPSIS
You shouldn't be using this on its own, but via MooseX::AbstractFactory
DESCRIPTION
Metaclass to implement an AbstractFactory as a Moose extension.
METHODS
implementation_roles
Roles each implementation class must satisfy.
has_implementation_roles
Predicate for above
implementation_class_maker
Coderef to generate a full class from a tag in the factory create() method.
has_class_maker
Predicate for above
BUGS AND LIMITATIONS
No bugs have been reported. Yet.
Please report any bugs or feature requests to mike@altrion.org
, or via RT.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/fleetfootmike/MX-AbstractFactory/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHORS
Mike Whitaker <mike@altrion.org>
Caleb Cushing <xenoterracide@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Mike Whitaker.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.