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 File-Copy-Undoable

0.05    2014-05-17 (SHARYANTO)

        - No functional changes.

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


0.04    2013-09-09 (SHARYANTO)

        - No functional changes. Fix wrong argument type --rsync_opts in t/cp.t
          [CT].


0.03    2012-09-06 (SHARYANTO)

        - Don't chown (and fail miserably) if we're not running as root (this is
          like rsync's -a behavior).


0.02    2012-09-05 (SHARYANTO)

        [ENHANCEMENTS]

        - Add 'target_owner' and 'target_group' argument.


0.01    2012-09-05 (SHARYANTO)

        - First release.