File Coverage

blib/lib/CrowdControl.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 CrowdControl;
2              
3 1     1   19501 use warnings;
  1         3  
  1         24  
4 1     1   4 use strict;
  1         2  
  1         51  
5              
6             =head1 NAME
7              
8             CrowdControl - User Management Framework for Web Applications
9              
10             =head1 VERSION
11              
12             Version 0.01
13              
14             =cut
15              
16             our $VERSION = '0.01';
17              
18             =head1 DESCRIPTION
19              
20             This module is a placeholder.
21              
22             If you want to install Crowd Control, the user management framework for
23             web apps, you should visit L and
24             download a tarball or zipfile there.
25              
26             If you wish to install CrowdControl's dependencies from CPAN, you will
27             want to install L instead.
28              
29             =head1 AUTHOR
30              
31             Kirrily "Skud" Robert, C<< >>
32              
33             =head1 BUGS
34              
35             It seems improbable that there will be any bugs on this module, as it
36             does nothing.
37              
38             If you wish to report bugs in the Crowd Control application, please
39             visit the website at L
40              
41             =head1 COPYRIGHT & LICENSE
42              
43             Copyright 2007 Kirrily "Skud" Robert, all rights reserved.
44              
45             This program is free software; you can redistribute it and/or modify it
46             under the same terms as Perl itself.
47              
48             =cut
49              
50             1; # End of CrowdControl