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