line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Exporter::Declare::Export::Sub; |
2
|
9
|
|
|
9
|
|
94421
|
use strict; |
|
9
|
|
|
|
|
19
|
|
|
9
|
|
|
|
|
286
|
|
3
|
9
|
|
|
9
|
|
43
|
use warnings; |
|
9
|
|
|
|
|
16
|
|
|
9
|
|
|
|
|
2630
|
|
4
|
|
|
|
|
|
|
|
5
|
9
|
|
|
9
|
|
48
|
use base 'Exporter::Declare::Export'; |
|
9
|
|
|
|
|
24
|
|
|
9
|
|
|
|
|
5235
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Exporter::Declare::Export::Sub - Export class for subs which are exported. |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 DESCRIPTION |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Currently does not do anything L<Exporter::Declare::Export> does not. |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 AUTHORS |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
Chad Granum L<exodist7@gmail.com> |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 COPYRIGHT |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Copyright (C) 2010 Chad Granum |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Exporter-Declare is free software; Standard perl licence. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Exporter-Declare is distributed in the hope that it will be useful, but |
28
|
|
|
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
29
|
|
|
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE. See the license for more details. |