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   47266 use 5.006;
  1         3  
4 1     1   4 use strict;
  1         1  
  1         14  
5 1     1   3 use warnings;
  1         3  
  1         40  
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.104
16              
17             =cut
18              
19             our $VERSION = '0.104';
20              
21              
22             =head1 SUPPORT
23              
24             You can find documentation for this module with the perldoc command.
25              
26             madeafter --help
27             dirhier --help
28              
29             =head1 LICENSE AND COPYRIGHT
30              
31             Copyright 2018 "Toshiyuki Shimono".
32              
33             This program is free software: you can redistribute it and/or modify
34             it under the terms of the GNU General Public License as published by
35             the Free Software Foundation, either version 3 of the License, or
36             (at your option) any later version.
37              
38             This program is distributed in the hope that it will be useful,
39             but WITHOUT ANY WARRANTY; without even the implied warranty of
40             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41             GNU General Public License for more details.
42              
43             You should have received a copy of the GNU General Public License
44             along with this program. If not, see L.
45              
46              
47             =cut
48              
49             1; # End of CLI::Files::Utils