Revision history for Perinci-Sub-Gen-Undoable
0.06 2012-06-22 (SHARYANTO)
[INCOMPATIBLE CHANGES]
- 'build_steps' is now passed \%args instead of %args, to make it
consistent with others. Sorry about this.
0.05 2012-06-21 (SHARYANTO)
[FIXES]
- Remove old code in 'redo' part.
0.04 2012-06-21 (SHARYANTO)
[FIXES]
- Fix setting function result during rollback.
0.03 2012-06-21 (SHARYANTO)
[FIXES]
- When calling record_call(), record original function arguments before
being potentially modified by hook_check_args.
- Grok if function is being called by txm during rollback (-tx_action
is set to 'rollback'). Don't do our own rollback again under this
condition.
0.02 2012-06-07 (SHARYANTO)
Fix a couple of typos.
0.01 2012-06-06 (SHARYANTO)
First release. Setup::File::Symlink works using this module. Minimal
tests. The transactional part has not been tested (waiting for
Perinci::Tx::Manager).