The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for File-Write-Rotate

0.17    2014-07-10 (SHARYANTO)

        - Fix dep version (Test::Warnings 0.014, not 0.14).


0.16    2014-07-10 (SHARYANTO)

        - Added support for 'binmode' (to set PerlIO layers, esp. encoding)
          [thanks Norbert Buchmuller].


0.15    2014-05-17 (SHARYANTO)

        - No functional changes.

        - Replace File::Slurp with File::Slurp::Tiny.


0.14    2013-07-03 (SHARYANTO)

        - No functional changes. Force fixed SHARYANTO::File::Flock version
          (0.49).


0.13    2013-04-12 (SHARYANTO)

        - No functional changes. Add FAQ item on why use FWR and the downside.


0.12    2013-04-12 (SHARYANTO)

        - No functional changes. Update module name in POD and expand the
          explanation on the difference between FWR & LDFR.


0.11    2012-12-28 (SHARYANTO)

        - No functional changes. Tweak error message.


0.10    2012-12-28 (SHARYANTO)

        [NEW FEATURES]

        - Add buffering (attribute: buffer_size) to buffer messages during
          temporary write() failure.


0.09    2012-12-28 (SHARYANTO)

        - Make rotate pass under taint-mode.


0.08    2012-12-28 (SHARYANTO)

        [BUG FIXES]

        - Can now rotate on the first write() instead of on the second and
          subsequent.


0.07    2012-12-27 (SHARYANTO)

        - Avoid using Log::Any, because we are used as backend for
          Log::Dispatch::FileWriteRotate (thus, a loop).


0.06    2012-12-27 (SHARYANTO)

        - Set autoflush (to pass Log-Any-App09 tests).


0.05    2012-12-26 (SHARYANTO)

        - No functional changes. Mention 'period' argument in POD.


0.04    2012-12-26 (SHARYANTO)

        - A small fix in DESTROY().


0.03    2012-12-25 (SHARYANTO)

        - No functional changes. Extract flocking routines to
          SHARYANTO::File::Flock.


0.02    2012-12-22 (SHARYANTO)

        - No functional changes. Additions/corrections for POD.


0.01    2012-12-21 (SHARYANTO)

        - First release.