slightly better test failures
[gitmo/Moose.git] / lib / Moose / AttributeHelpers / Meta / Method / Delegation.pm
1 package Moose::AttributeHelpers::Meta::Method::Delegation;
2 use Moose;
3
4 our $VERSION   = '0.19';
5 $VERSION = eval $VERSION;
6 our $AUTHORITY = 'cpan:STEVAN';
7
8 extends 'Moose::Meta::Method::Delegation';
9
10 1;
11
12 __END__
13
14 =pod
15
16 =head1 NAME
17
18 Moose::AttributeHelpers::Meta::Method::Delegation
19
20 =head1 DESCRIPTION
21
22 This is an extension of Moose::Meta::Method to mark I<handled> methods.
23
24 =head1 METHODS
25
26 =over 4
27
28 =item B<meta>
29
30 =back
31
32 =head1 BUGS
33
34 All complex software has bugs lurking in it, and this module is no
35 exception. If you find a bug please either email me, or add the bug
36 to cpan-RT.
37
38 =head1 AUTHOR
39
40 Stevan Little E<lt>stevan@iinteractive.comE<gt>
41
42 =head1 COPYRIGHT AND LICENSE
43
44 Copyright 2007-2009 by Infinity Interactive, Inc.
45
46 L<http://www.iinteractive.com>
47
48 This library is free software; you can redistribute it and/or modify
49 it under the same terms as Perl itself.
50
51 =cut