Revision history for Setup-File-Symlink
0.09 2011-04-28
[INCOMPATIBLE CHANGES]
- Update undo protocol to Sub::Spec 0.13, there's no longer redo_data,
only undo_data.
[BUG FIXES]
- Small fixes.
0.08 2011-04-27
[BUG FIXES]
- Return 500 on rollback.
- A couple of small fixes.
0.07 2011-04-27
[ENHANCEMENTS]
- Increase robustness, each step now also checks state and skips if
desired state already reached. This means that undo can be reapplied
without erroring. We cannot guarantee state changes between invocation
of do and undo anyway, so we try our best at each step.
0.06 2011-04-27
[ENHANCEMENTS]
- (Internal) refactor/reorganization.
- Implement replace_file & replace_dir.
0.05 2011-04-21
No functional change.
[INCOMPATIBLE CHANGE]
- Rename module from Setup::Symlink to Setup::File::Symlink.
0.04 2011-04-21
No functional change.
[ETC]
- Change Abstract to be more consistent with other Setup::* modules.
0.03 2011-04-18
[ETC]
- Some sub spec tweaks.
- Change terminology: undo/redo info -> undo/redo data.
0.02 2011-04-13
[ETC]
- Minor documentation & sub spec patches.
- Build fixes: exclude backup files, add missing dependency
(File::chdir, Log::Any) [cpants]
0.01 2011-04-08
- First release.