File Coverage

blib/lib/Git/TagVersion/Cmd.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Git::TagVersion::Cmd;
2              
3 1     1   1535 use Moose;
  1         2  
  1         9  
4              
5             our $VERSION = '1.01'; # VERSION
6             # ABSTRACT: commandline wrapper for Git::TagVersion
7            
8             extends qw(MooseX::App::Cmd);
9              
10             1;
11              
12             __END__
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             Git::TagVersion::Cmd - commandline wrapper for Git::TagVersion
21              
22             =head1 VERSION
23              
24             version 1.01
25              
26             =head1 AUTHOR
27              
28             Markus Benning <ich@markusbenning.de>
29              
30             =head1 COPYRIGHT AND LICENSE
31              
32             This software is copyright (c) 2015 by Markus Benning <ich@markusbenning.de>.
33              
34             This is free software; you can redistribute it and/or modify it under
35             the same terms as the Perl 5 programming language system itself.
36              
37             =cut