File Coverage

blib/lib/Role/HasPayload/Meta/Attribute/Payload.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Role::HasPayload::Meta::Attribute::Payload 0.007;
2 2     2   13 use Moose::Role;
  2         4  
  2         13  
3             # ABSTRACT: a meta-trait for attributes forming the autopayload
4              
5             #pod =head1 DESCRIPTION
6             #pod
7             #pod This package basically does nothing but serve as a marker. You want to look at
8             #pod the docs for L<Role::HasPayload::Auto> instead.
9             #pod
10             #pod =cut
11              
12             1;
13              
14             __END__
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             Role::HasPayload::Meta::Attribute::Payload - a meta-trait for attributes forming the autopayload
23              
24             =head1 VERSION
25              
26             version 0.007
27              
28             =head1 DESCRIPTION
29              
30             This package basically does nothing but serve as a marker. You want to look at
31             the docs for L<Role::HasPayload::Auto> instead.
32              
33             =head1 PERL VERSION
34              
35             This library should run on perls released even a long time ago. It should work
36             on any version of perl released in the last five years.
37              
38             Although it may work on older versions of perl, no guarantee is made that the
39             minimum required version will not be increased. The version may be increased
40             for any reason, and there is no promise that patches will be accepted to lower
41             the minimum required perl.
42              
43             =head1 AUTHOR
44              
45             Ricardo Signes <cpan@semiotic.systems>
46              
47             =head1 COPYRIGHT AND LICENSE
48              
49             This software is copyright (c) 2022 by Ricardo Signes.
50              
51             This is free software; you can redistribute it and/or modify it under
52             the same terms as the Perl 5 programming language system itself.
53              
54             =cut