File Coverage

blib/lib/Exporter/Declare/Export/Variable.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Exporter::Declare::Export::Variable;
2 9     9   3321 use strict;
  9         13  
  9         291  
3 9     9   35 use warnings;
  9         11  
  9         199  
4              
5 9     9   29 use base 'Exporter::Declare::Export';
  9         11  
  9         940  
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 in any way.
18              
19             =head1 AUTHORS
20              
21             Chad Granum L
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.