8
0
forked from pool/perl-Sub-Spec
Files
perl-Sub-Spec/perl-Sub-Spec.changes

42 lines
1.3 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Apr 7 17:31:53 UTC 2011 - coolo@novell.com
- updated to 0.11
[INCOMPATIBLE CHANGES]
- 'args_positional' clause now becomes 'args_as', the spec makes it
possible for subs to accept args object instead of array/hash.
- changes for undo. Caller now sets special arg -undo_action and no
longer provides -state. Subs provide their own undo info and return
it to the caller. Add redo.
Add missing requirement to Log::Any.
Declare requirement Test::More 0.96 [RT#66616].
-------------------------------------------------------------------
Tue Mar 08 11:50:11 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.08:
* specify 'args_positional', 'result', 'result_naked', 'statuses' clauses
* specify 'features' clause
* some small fixes and docs addition
-------------------------------------------------------------------
Fri Mar 4 20:59:26 UTC 2011 - chris@computersalat.de
- recreated by cpanspec 1.78.03
- fix deps
o add Test::More >= 0.96
- add Build patch
o there is really no need for Module::Build >= 0.3601,
0.280801 from perl 5.10 is OK, too.
-------------------------------------------------------------------
Thu Mar 03 20:40:20 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.06)