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