| File | /usr/lib/perl5/vendor_perl/5.10.1/i386-linux-thread-multi/Moose/Meta/Role/Method.pm |
| Statements Executed | 13 |
| Statement Execution Time | 226µs |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 27µs | 36µs | Moose::Meta::Role::Method::BEGIN@4 |
| 1 | 1 | 1 | 15µs | 47µs | Moose::Meta::Role::Method::BEGIN@5 |
| 1 | 1 | 1 | 15µs | 146µs | Moose::Meta::Role::Method::BEGIN@11 |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | |||||
| 2 | package Moose::Meta::Role::Method; | ||||
| 3 | |||||
| 4 | 3 | 74µs | 2 | 44µs | # spent 36µs (27+8) within Moose::Meta::Role::Method::BEGIN@4 which was called
# once (27µs+8µs) by Moose::Meta::Role::BEGIN@18 at line 4 # spent 36µs making 1 call to Moose::Meta::Role::Method::BEGIN@4
# spent 8µs making 1 call to strict::import |
| 5 | 3 | 86µs | 2 | 79µs | # spent 47µs (15+32) within Moose::Meta::Role::Method::BEGIN@5 which was called
# once (15µs+32µs) by Moose::Meta::Role::BEGIN@18 at line 5 # spent 47µs making 1 call to Moose::Meta::Role::Method::BEGIN@5
# spent 32µs making 1 call to warnings::import |
| 6 | |||||
| 7 | 1 | 1µs | our $VERSION = '1.01'; | ||
| 8 | 1 | 24µs | $VERSION = eval $VERSION; | ||
| 9 | 1 | 1µs | our $AUTHORITY = 'cpan:STEVAN'; | ||
| 10 | |||||
| 11 | 3 | 35µs | 2 | 278µs | # spent 146µs (15+132) within Moose::Meta::Role::Method::BEGIN@11 which was called
# once (15µs+132µs) by Moose::Meta::Role::BEGIN@18 at line 11 # spent 146µs making 1 call to Moose::Meta::Role::Method::BEGIN@11
# spent 132µs making 1 call to base::import |
| 12 | |||||
| 13 | 1 | 4µs | 1; | ||
| 14 | |||||
| 15 | __END__ | ||||
| 16 | |||||
| 17 | =pod | ||||
| 18 | |||||
| 19 | =head1 NAME | ||||
| 20 | |||||
| 21 | Moose::Meta::Role::Method - A Moose Method metaclass for Roles | ||||
| 22 | |||||
| 23 | =head1 DESCRIPTION | ||||
| 24 | |||||
| 25 | This is primarily used to mark methods coming from a role | ||||
| 26 | as being different. Right now it is nothing but a subclass | ||||
| 27 | of L<Moose::Meta::Method>. | ||||
| 28 | |||||
| 29 | =head1 BUGS | ||||
| 30 | |||||
| 31 | See L<Moose/BUGS> for details on reporting bugs. | ||||
| 32 | |||||
| 33 | =head1 AUTHOR | ||||
| 34 | |||||
| 35 | Stevan Little E<lt>stevan@iinteractive.comE<gt> | ||||
| 36 | |||||
| 37 | =head1 COPYRIGHT AND LICENSE | ||||
| 38 | |||||
| 39 | Copyright 2006-2010 by Infinity Interactive, Inc. | ||||
| 40 | |||||
| 41 | L<http://www.iinteractive.com> | ||||
| 42 | |||||
| 43 | This library is free software; you can redistribute it and/or modify | ||||
| 44 | it under the same terms as Perl itself. | ||||
| 45 | |||||
| 46 | =cut |