• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H17-Dec-2017-17152

lib/Log/Colorize/H17-Dec-2017-461146

t/H17-Dec-2017-7247

ChangesH A D17-Dec-2017222 127

MANIFESTH A D17-Dec-2017144 1210

Makefile.PLH A D17-Dec-2017757 2826

READMEH A D17-Dec-20172.3 KiB7047

README

1Log-Colorize-Helper
2
3Interfaces with colorize, head, tail, less, grep,
4bunzip2, and gunzip.
5
6The purpose of this is to make it easy to colorize and view
7log files by drastically reducing the amount of typing involved.
8
9INSTALLATION
10
11To install this module, run the following commands:
12
13	perl Makefile.PL
14	make
15	make test
16	make install
17
18SUPPORT AND DOCUMENTATION
19
20After installing, you can find documentation for this module with the
21perldoc command.
22
23    perldoc Log::Colorize::Helper
24
25You can also look for information at:
26
27    RT, CPAN's request tracker (report bugs here)
28        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-Colorize-Helper
29
30    AnnoCPAN, Annotated CPAN documentation
31        http://annocpan.org/dist/Log-Colorize-Helper
32
33    CPAN Ratings
34        http://cpanratings.perl.org/d/Log-Colorize-Helper
35
36    Search CPAN
37        http://search.cpan.org/dist/Log-Colorize-Helper/
38
39
40LICENSE AND COPYRIGHT
41
42Copyright (C) 2017 Zane C. Bowers-Hadley
43
44This program is distributed under the (Simplified) BSD License:
45L<http://www.opensource.org/licenses/BSD-2-Clause>
46
47Redistribution and use in source and binary forms, with or without
48modification, are permitted provided that the following conditions
49are met:
50
51* Redistributions of source code must retain the above copyright
52notice, this list of conditions and the following disclaimer.
53
54* Redistributions in binary form must reproduce the above copyright
55notice, this list of conditions and the following disclaimer in the
56documentation and/or other materials provided with the distribution.
57
58THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
59"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
60LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
61A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
62OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
63SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
64LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
65DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
66THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
67(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
68OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
69
70