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   4550 use strict;
  7         14  
  7         234  
3 7     7   38 use warnings;
  7         12  
  7         175  
4              
5 7     7   31 use base 'Exporter::Declare::Export';
  7         13  
  7         583  
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<Exporter::Declare::Export> in any way.
17              
18             =head1 AUTHORS
19              
20             Chad Granum L<exodist7@gmail.com>
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.