The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension App::LogStats

0.07    Sat Apr  6 20:25:16 JST 2013
    [NEW FEATURE]
        - added new stats items: variance and stddev in '--more'

0.06    Fri Apr  5 09:27:59 JST 2013
    [IMPROVEMENT]
        Text::ASCIITable is loaded lazy

0.05    Fri Apr  5 09:04:28 JST 2013
    [NEW FEATURE]
        - new options: --cr and --crlf specify a line feed what you want(default: LF)
    [IMPROVEMENT]
        - refactoring about a logic of viewing logs, and Pod::Udage is loaded lazy
        - fixed POD

0.04    Wed Apr  3 08:21:33 JST 2013
    [BUG FIXES]
        - fixed the logic for calculating mode
    [DOCUMENTATION]
        - added EXAMPLE in bin/stats
        - wrote the CONFIGURATION section

0.03    Tue Apr  2 00:42:35 JST 2013
    [NEW FEATURE]
        - read custom settings from your '.statsrc' file.
        - you can specify the path of custom setting file by a '--rc' option
          (no documents yet..)
    [BUG FIXES]
        - fixed the logic for calculating a mode
    [TEST FIXES]
        - fixed broken tests
        - added dependency modules for testing

0.021   Sun Mar 31 23:21:38 JST 2013
    [DOCUMENTATION]
        - fixed EXAMPLE in bin/stats

0.02    Sun Mar 31 22:05:03 JST 2013
    [IMPROVEMENT]
        - simplified a view of table

0.012   Sun Mar 31 18:23:26 JST 2013
    [IMPROVEMENT]
        - added some tests

0.011   Sun Mar 31 16:20:02 JST 2013
    [IMPROVEMENT]
        - refactored routines(no logic changes) and few tiny fixes(for speed etc)
        - added few tests

0.01    Sun Mar 24 22:13:57 2013
        - original version