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

..03-May-2022-

bin/H03-Dec-2016-1,044642

inc/Module/H03-Dec-2016-3,1592,369

lib/Tail/H03-Dec-2016-1,926595

t/H03-Dec-2016-7,6137,394

ChangesH A D03-Dec-20161.6 KiB7348

MANIFESTH A D29-Nov-2015887 4645

MANIFEST.SKIPH A D29-Nov-2015164 1615

META.ymlH A D03-Dec-2016682 3433

Makefile.PLH A D21-Oct-2015455 2416

READMEH A D21-Oct-2015968 4627

README

1Tail-Stat
2
3Real-time log statistics server.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9	perl Makefile.PL
10	make
11	make test
12	make install
13
14SUPPORT AND DOCUMENTATION
15
16After installing, you can find documentation for this module with the
17perldoc command.
18
19    perldoc Tail::Stat
20
21You can also look for information at:
22
23    RT, CPAN's request tracker
24        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Tail-Stat
25
26    AnnoCPAN, Annotated CPAN documentation
27        http://annocpan.org/dist/Tail-Stat
28
29    CPAN Ratings
30        http://cpanratings.perl.org/d/Tail-Stat
31
32    Search CPAN
33        http://search.cpan.org/dist/Tail-Stat/
34
35
36COPYRIGHT AND LICENCE
37
38Copyright (C) 2010 Oleg A. Mamontov
39
40This program is free software; you can redistribute it and/or modify it
41under the terms of either: the GNU General Public License as published
42by the Free Software Foundation; or the Artistic License.
43
44See http://dev.perl.org/licenses/ for more information.
45
46