File Coverage

blib/lib/AquariumHive.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 10 100.0


line stmt bran cond sub pod time code
1             package AquariumHive;
2             BEGIN {
3 1     1   2031 $AquariumHive::AUTHORITY = 'cpan:GETTY';
4             }
5             # ABSTRACT: Aquarium Hive
6             $AquariumHive::VERSION = '0.003';
7 1     1   8 use strict;
  1         2  
  1         33  
8 1     1   4 use warnings;
  1         2  
  1         33  
9              
10              
11              
12             1;
13              
14             __END__
15              
16             =pod
17              
18             =head1 NAME
19              
20             AquariumHive - Aquarium Hive
21              
22             =head1 VERSION
23              
24             version 0.003
25              
26             =head1 DESCRIPTION
27              
28             B<IN DEVELOPMENT, DO NOT USE YET>
29              
30             See L<http://aquariumhive.com/> for now.
31              
32             =head1 SUPPORT
33              
34             IRC
35              
36             Join #AquariumHive on irc.freenode.net. Highlight Getty for fast reaction :).
37              
38             Repository
39              
40             https://github.com/homehivelab/aquariumhive
41             Pull request and additional contributors are welcome
42              
43             Issue Tracker
44              
45             https://github.com/homehivelab/aquariumhive/issues
46              
47             =head1 AUTHOR
48              
49             Torsten Raudssus <torsten@raudss.us>
50              
51             =head1 COPYRIGHT AND LICENSE
52              
53             This software is copyright (c) 2014 by Torsten Raudssus.
54              
55             This is free software; you can redistribute it and/or modify it under
56             the same terms as the Perl 5 programming language system itself.
57              
58             =cut