Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / i486-linux-gnu-thread-multi / MooseX / Role / WithOverloading / Meta / Role / Application / Composite / ToRole.pm
CommitLineData
3fea05b9 1package MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole;
2our $VERSION = '0.03';
3
4
5# ABSTRACT: Roles which support overloading
6
7use Moose::Role;
8use namespace::autoclean;
9
10with qw(
11 MooseX::Role::WithOverloading::Meta::Role::Application::Composite
12 MooseX::Role::WithOverloading::Meta::Role::Application::ToRole
13);
14
151;
16
17__END__
18=pod
19
20=head1 NAME
21
22MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole - Roles which support overloading
23
24=head1 VERSION
25
26version 0.03
27
28=head1 AUTHORS
29
30Florian Ragwitz <rafl@debian.org>
31Tomas Doran <bobtfish@bobtfish.net>
32
33=head1 COPYRIGHT AND LICENSE
34
35This software is copyright (c) 2009 by Florian Ragwitz.
36
37This is free software; you can redistribute it and/or modify it under
38the same terms as the Perl 5 programming language system itself.
39
40=cut
41