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 Log-Dispatch-Dir

0.09    2011-06-15

        No functional changes. Fix a couple of stupid bugs.


0.08    2011-06-15

        No functional changes. Tweak default filename_pattern to be:
        '%Y-%m-%d-%H%M%S.pid-%{pid}.%{ext}'.


0.07    2011-06-15

        [ENHANCEMENTS]

        - New pattern for filename_pattern: %{ext}.

        [INCOMPATIBLE CHANGES]

        - Default filename pattern now contains %{ext} pattern.


0.06    2010-03-04
        - test file still refers to File::Stat, doh

0.05    2010-03-03
        - use plain ol' stat() instead of File::Stat due to failure in
          one platform (http://www.cpantesters.org/cpan/report/6877510)

0.04    2010-02-27
        - packaging fix: forgot to add dependency for Pod::Coverage &
          Test::Pod::Coverage

0.03    2010-02-26
        - switch to Dist::Zilla (to generate META.yml and become installable by cpanm)

0.02    Thu Apr 30 15:36:42 WIT 2009
        - add missing dependency: Log::Dispatch::Output (closes #45583)

0.01    Tue Apr 28 23:37:15 WIT 2009
        First version