File Coverage

blib/lib/ACME/PM/Voronezh.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             package ACME::PM::Voronezh;
2            
3 1     1   20242 use warnings;
  1         2  
  1         25  
4 1     1   5 use strict;
  1         2  
  1         54  
5            
6             =head1 NAME
7            
8             ACME::PM::Voronezh - Talks by Voronezh.pm
9            
10             =head1 VERSION
11            
12             Version 0.02
13            
14             =cut
15            
16             our $VERSION = '0.02';
17            
18            
19             =head1 SYNOPSIS
20            
21             Welcome to Voronezh.PM!
22            
23            
24             =head1 SUPPORT
25            
26             You can find documentation for this module with the perldoc command.
27            
28             perldoc ACME::PM::Voronezh
29            
30            
31             You can also look for information at:
32            
33             =over 4
34            
35             =item * Voronezh.PM
36            
37             L
38            
39             =item * Mailing list
40            
41             L
42            
43             =item * Twitter
44            
45             L
46            
47             =item * Search CPAN
48            
49             L
50            
51             =back
52            
53            
54             =head1 AUTHOR
55            
56             Alexander Nusov, C<< >>
57            
58            
59             =head1 ACKNOWLEDGEMENTS
60            
61             I am grateful to Dmitry Degtyarev C<< >> who inspired the idea of creating the group.
62            
63            
64             =head1 LICENSE AND COPYRIGHT
65            
66             Copyright 2010 Alexander Nusov.
67            
68             This program is free software; you can redistribute it and/or modify it
69             under the terms of either: the GNU General Public License as published
70             by the Free Software Foundation; or the Artistic License.
71            
72             See http://dev.perl.org/licenses/ for more information.
73            
74            
75             =cut
76            
77             1; # End of ACME::PM::Voronezh