| MooseX-Role-WithOverloading documentation | Contained in the MooseX-Role-WithOverloading distribution. |
MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole - Roles which support overloading
This software is copyright (c) 2011 by Florian Ragwitz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| MooseX-Role-WithOverloading documentation | Contained in the MooseX-Role-WithOverloading distribution. |
package MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole; BEGIN { $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::AUTHORITY = 'cpan:FLORA'; } BEGIN { $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::VERSION = '0.09'; } # ABSTRACT: Roles which support overloading use Moose::Role; use namespace::autoclean; with qw( MooseX::Role::WithOverloading::Meta::Role::Application::Composite MooseX::Role::WithOverloading::Meta::Role::Application::ToRole ); 1; __END__