File Coverage

blib/lib/App/pod.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package App::pod;
2              
3 1     1   56094 use 5.006;
  1         3  
4 1     1   4 use strict;
  1         1  
  1         26  
5 1     1   5 use warnings;
  1         1  
  1         47  
6              
7             =head1 NAME
8              
9             App::pod - The great new App::pod!
10              
11             =head1 VERSION
12              
13             Version 0.01
14              
15             =cut
16              
17             our $VERSION = '0.01';
18              
19              
20             =head1 SYNOPSIS
21              
22              
23             This is just an umbrella module.
24             Check README for usage.
25              
26             =head1 AUTHOR
27              
28             Tim Potapov, C<< >>
29              
30             =head1 BUGS
31              
32             Please report any bugs or feature requests to C, or through
33             the web interface at L. I will be notified, and then you'll
34             automatically be notified of progress on your bug as I make changes.
35              
36              
37              
38              
39             =head1 SUPPORT
40              
41             You can find documentation for this module with the perldoc command.
42              
43             perldoc App::pod
44              
45             You can also look for information at:
46              
47             =over 4
48              
49             =item * RT: CPAN's request tracker (report bugs here)
50              
51             L
52              
53             =item * CPAN Ratings
54              
55             L
56              
57             =item * Search CPAN
58              
59             L
60              
61             =back
62              
63              
64             =head1 ACKNOWLEDGEMENTS
65              
66              
67             =head1 LICENSE AND COPYRIGHT
68              
69             This software is Copyright (c) 2022 by Tim Potapov.
70              
71             This is free software, licensed under:
72              
73             The Artistic License 2.0 (GPL Compatible)
74              
75              
76             =cut
77              
78             1; # End of App::pod