File Coverage

blib/lib/Exporter/Declare/Export/Alias.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::Alias;
2 7     7   2730 use strict;
  7         10  
  7         201  
3 7     7   24 use warnings;
  7         9  
  7         141  
4              
5 7     7   25 use base 'Exporter::Declare::Export';
  7         8  
  7         474  
6              
7             1;
8              
9             =head1 NAME
10              
11             Exporter::Declare::Export::Alias - Export class for aliases.
12              
13             =head1 DESCRIPTION
14              
15             Export class for aliases. Currently does not expand upon
16             L in any way.
17              
18             =head1 AUTHORS
19              
20             Chad Granum L
21              
22             =head1 COPYRIGHT
23              
24             Copyright (C) 2010 Chad Granum
25              
26             Exporter-Declare is free software; Standard perl licence.
27              
28             Exporter-Declare is distributed in the hope that it will be useful, but
29             WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
30             FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.