File Coverage

blib/lib/Games/AssaultCube.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             # Declare our package
2             package Games::AssaultCube;
3 1     1   953 use strict; use warnings;
  1     1   2  
  1         43  
  1         6  
  1         2  
  1         42  
4              
5             # Initialize our version
6 1     1   17 use vars qw( $VERSION );
  1         3  
  1         84  
7             $VERSION = '0.04';
8              
9             1;
10             __END__
11              
12             =for stopwords AnnoCPAN CPAN RT
13              
14             =head1 NAME
15              
16             Games::AssaultCube - The AssaultCube perl libraries
17              
18             =head1 SYNOPSIS
19              
20             This is just a placeholder, please see the subclasses.
21              
22             =head1 ABSTRACT
23              
24             This module provides the supporting perl libraries around the popular game, AssaultCube.
25              
26             =head1 DESCRIPTION
27              
28             This module provides the supporting perl libraries around the popular game, AssaultCube. Please see the
29             subclasses for specific functionality.
30              
31             The AssaultCube website can be found at L<http://assault.cubers.net/>
32              
33             WARNING: The modules in this distribution have been tested against the latest AssaultCube version: 1.0.2 and
34             use at your own risk if you have an older/newer version :)
35              
36             =head1 SUPPORT
37              
38             You can find documentation for this module with the perldoc command.
39              
40             perldoc Games::AssaultCube
41              
42             =head2 Websites
43              
44             =over 4
45              
46             =item * AnnoCPAN: Annotated CPAN documentation
47              
48             L<http://annocpan.org/dist/Games-AssaultCube>
49              
50             =item * CPAN Ratings
51              
52             L<http://cpanratings.perl.org/d/Games-AssaultCube>
53              
54             =item * RT: CPAN's request tracker
55              
56             L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-AssaultCube>
57              
58             =item * Search CPAN
59              
60             L<http://search.cpan.org/dist/Games-AssaultCube>
61              
62             =item * CPAN Testing Service
63              
64             L<http://cpants.perl.org/dist/overview/Games-AssaultCube>
65              
66             =back
67              
68             =head2 Bugs
69              
70             Please report any bugs or feature requests to C<bug-games-assaultcube at rt.cpan.org>, or through
71             the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-AssaultCube>. I will be
72             notified, and then you'll automatically be notified of progress on your bug as I make changes.
73              
74             =head1 AUTHOR
75              
76             Apocalypse E<lt>apocal@cpan.orgE<gt>
77              
78             Props goes to Getty and the BS clan for the support!
79              
80             This project is sponsored by L<http://cubestats.net>
81              
82             =head1 COPYRIGHT AND LICENSE
83              
84             Copyright 2009 by Apocalypse
85              
86             This library is free software; you can redistribute it and/or modify
87             it under the same terms as Perl itself.
88              
89             =cut