File Coverage

blib/lib/CLI/Files/Utils.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package CLI::Files::Utils;
2              
3 1     1   47290 use 5.006;
  1         3  
4 1     1   4 use strict;
  1         1  
  1         15  
5 1     1   14 use warnings;
  1         2  
  1         38  
6              
7             =head1 NAME
8              
9             CLI::Files::Utils - Extra CLI utilies for handling file bunches.
10             'dirhier', 'madeafter' and 'colorplus -3' -- Utilize them after mastering "ls -l" and "find .".
11              
12              
13             =head1 VERSION
14              
15             Version 0.105
16              
17             =cut
18              
19             our $VERSION = '0.105';
20              
21              
22             =head1 SUPPORT
23              
24             You can find documentation for programs provided by this module as follows :
25              
26             madeafter --help
27             dirhier --help
28             colorplus --help
29              
30             =head1 LICENSE AND COPYRIGHT
31              
32             Copyright 2018 "Toshiyuki Shimono".
33              
34             This program is free software: you can redistribute it and/or modify
35             it under the terms of the GNU General Public License as published by
36             the Free Software Foundation, either version 3 of the License, or
37             (at your option) any later version.
38              
39             This program is distributed in the hope that it will be useful,
40             but WITHOUT ANY WARRANTY; without even the implied warranty of
41             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42             GNU General Public License for more details.
43              
44             You should have received a copy of the GNU General Public License
45             along with this program. If not, see L.
46              
47              
48             =cut
49              
50             1; # End of CLI::Files::Utils