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