File | /usr/local/lib/perl5/site_perl/5.10.1/MooseX/AttributeHelpers/Trait/Collection.pm |
Statements Executed | 11 |
Statement Execution Time | 130µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 1.38ms | BEGIN@3 | MooseX::AttributeHelpers::Trait::Collection::
1 | 1 | 1 | 9µs | 119µs | BEGIN@11 | MooseX::AttributeHelpers::Trait::Collection::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | |||||
2 | package MooseX::AttributeHelpers::Trait::Collection; | ||||
3 | 3 | 58µs | 2 | 2.75ms | # spent 1.38ms (13µs+1.37) within MooseX::AttributeHelpers::Trait::Collection::BEGIN@3 which was called
# once (13µs+1.37ms) by Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:103] at line 3 # spent 1.38ms making 1 call to MooseX::AttributeHelpers::Trait::Collection::BEGIN@3
# spent 1.37ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:389] |
4 | |||||
5 | 1 | 700ns | our $VERSION = '0.23'; | ||
6 | 1 | 16µs | $VERSION = eval $VERSION; | ||
7 | 1 | 400ns | our $AUTHORITY = 'cpan:STEVAN'; | ||
8 | |||||
9 | 1 | 3µs | 1 | 2.18ms | with 'MooseX::AttributeHelpers::Trait::Base'; # spent 2.18ms making 1 call to Moose::Role::with |
10 | |||||
11 | 3 | 34µs | 2 | 229µs | # spent 119µs (9+110) within MooseX::AttributeHelpers::Trait::Collection::BEGIN@11 which was called
# once (9µs+110µs) by Class::MOP::__ANON__[/usr/local/lib/perl5/site_perl/5.10.1/darwin-2level/Class/MOP.pm:103] at line 11 # spent 119µs making 1 call to MooseX::AttributeHelpers::Trait::Collection::BEGIN@11
# spent 110µs making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:478] |
12 | |||||
13 | 1 | 18µs | 1; | ||
14 | |||||
15 | __END__ | ||||
16 | |||||
17 | =pod | ||||
18 | |||||
19 | =head1 NAME | ||||
20 | |||||
21 | MooseX::AttributeHelpers::Collection - Base class for all collection type helpers | ||||
22 | |||||
23 | =head1 DESCRIPTION | ||||
24 | |||||
25 | Documentation to come. | ||||
26 | |||||
27 | =head1 METHODS | ||||
28 | |||||
29 | =over 4 | ||||
30 | |||||
31 | =item B<meta> | ||||
32 | |||||
33 | =item B<container_type> | ||||
34 | |||||
35 | =item B<container_type_constraint> | ||||
36 | |||||
37 | =item B<has_container_type> | ||||
38 | |||||
39 | =item B<process_options_for_provides> | ||||
40 | |||||
41 | =back | ||||
42 | |||||
43 | =head1 BUGS | ||||
44 | |||||
45 | All complex software has bugs lurking in it, and this module is no | ||||
46 | exception. If you find a bug please either email me, or add the bug | ||||
47 | to cpan-RT. | ||||
48 | |||||
49 | =head1 AUTHOR | ||||
50 | |||||
51 | Stevan Little E<lt>stevan@iinteractive.comE<gt> | ||||
52 | |||||
53 | =head1 COPYRIGHT AND LICENSE | ||||
54 | |||||
55 | Copyright 2007-2009 by Infinity Interactive, Inc. | ||||
56 | |||||
57 | L<http://www.iinteractive.com> | ||||
58 | |||||
59 | This library is free software; you can redistribute it and/or modify | ||||
60 | it under the same terms as Perl itself. | ||||
61 | |||||
62 | =cut |