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