File Coverage

blib/lib/DigitalX/AqHive/EC.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 6 6 100.0


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