File Coverage

blib/lib/Group/Git/Cmd/Ivan.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1             package Group::Git::Cmd::Ivan;
2              
3             # Created on: 2013-05-10 07:05:17
4             # Create by: Ivan Wills
5             # $Id$
6             # $Revision$, $HeadURL$, $Date$
7             # $Revision$, $Source$, $Date$
8              
9 1     1   1249 use strict;
  1         3  
  1         32  
10 1     1   6 use version;
  1         2  
  1         7  
11 1     1   72 use Moose::Role;
  1         2  
  1         20  
12 1     1   5804 use Carp;
  1         2  
  1         85  
13 1     1   7 use Data::Dumper qw/Dumper/;
  1         3  
  1         48  
14 1     1   6 use English qw/ -no_match_vars /;
  1         17  
  1         10  
15              
16             our $VERSION = version->new('0.0.4');
17              
18             1;
19              
20             __END__
21              
22             =head1 NAME
23              
24             Group::Git::Cmd::Ivan - Group-Git extra tools
25              
26             =head1 VERSION
27              
28             This documentation refers to Group::Git::Cmd::Ivan version 0.0.4
29              
30              
31             =head1 SYNOPSIS
32              
33             use Group::Git::Cmd::Ivan;
34              
35             # Brief but working code example(s) here showing the most common usage(s)
36             # This section will be as far as many users bother reading, so make it as
37             # educational and exemplary as possible.
38              
39              
40             =head1 DESCRIPTION
41              
42             Just the holder module
43              
44             =head1 SUBROUTINES/METHODS
45              
46             =head1 DIAGNOSTICS
47              
48             =head1 CONFIGURATION AND ENVIRONMENT
49              
50             =head1 DEPENDENCIES
51              
52             =head1 INCOMPATIBILITIES
53              
54             =head1 BUGS AND LIMITATIONS
55              
56             There are no known bugs in this module.
57              
58             Please report problems to Ivan Wills (ivan.wills@gmail.com).
59              
60             Patches are welcome.
61              
62             =head1 AUTHOR
63              
64             Ivan Wills - (ivan.wills@gmail.com)
65              
66             =head1 LICENSE AND COPYRIGHT
67              
68             Copyright (c) 2013 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW Australia 2077).
69             All rights reserved.
70              
71             This module is free software; you can redistribute it and/or modify it under
72             the same terms as Perl itself. See L<perlartistic>. This program is
73             distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
74             without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
75             PARTICULAR PURPOSE.
76              
77             =cut