File Coverage

blib/lib/Date/Lite.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1              
2             package Date::Lite;
3              
4 1     1   667 use strict;
  1         2  
  1         31  
5 1     1   5 use warnings 'all';
  1         1  
  1         59  
6              
7             our $VERSION = '0.000_01';
8              
9             1;# return true:
10              
11             =pod
12              
13             =head1 NAME
14              
15             Date::Lite - Simple date utility objects and functions.
16              
17             =head1 SYNOPSIS
18              
19             # TBD
20              
21             =head1 DESCRIPTION
22              
23             TBD
24              
25             =head1 AUTHOR
26              
27             John Drago
28              
29             =head1 COPYRIGHT AND LICENSE
30              
31             Copyright 2010 John Drago all rights reserved.
32              
33             This software is Free software and may be used and redistributed under the same terms
34             as perl itself, any version.
35              
36             =cut
37