File Coverage

blib/lib/BPAN.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 BPAN;
2 1     1   30888 use 5.006001;
  1         4  
  1         47  
3 1     1   6 use strict;
  1         2  
  1         40  
4 1     1   5 use warnings;
  1         6  
  1         60  
5             $BPAN::VERSION = '0.01';
6              
7             1;
8              
9             =head1 NAME
10              
11             BPAN - Be Patient And Nonesuch
12              
13             =head1 SYNOPSIS
14              
15             use BPAN;
16              
17             =head1 DESCRIPTION
18              
19             BPAN is the new CPAN. Stay tuned...
20              
21             =head1 AUTHOR
22              
23             Ingy döt Net
24              
25             =head1 COPYRIGHT
26              
27             Copyright (c) 2007. Ingy döt Net. All rights reserved.
28              
29             This program is free software; you can redistribute it and/or modify it
30             under the same terms as Perl itself.
31              
32             See http://www.perl.com/perl/misc/Artistic.html
33              
34             =cut