]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blob - Changes
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Sub-Nary.git] / Changes
1 Revision history for Sub-Nary
2
3 0.03    2008-08-08 22:40 UTC
4         + Add : Support for grep and map.
5         + Add : More function ported to XS.
6         + Chg : Almost complete rewrite that makes the main logic way sanier.
7                 Effectively, we now compute the return state and the last list
8                 state for each op, recursively. Those two piece of information
9                 are always returned by the inspect method.
10         + Chg : Incompatible change : from now, each branch of a test will
11                 receive the same probability. This is needed in order to ensure
12                 consistency between different syntaxes that gives the same logic
13                 (for example, a literal if versus a function call that hides the
14                 same if). Consider that each test has 50% of chance to succeed.
15         + Chg : List::Util is no longer required.
16         + Fix : returns in strange places will now usually be nicely handled.
17         + Tst : Even more of them.
18
19 0.02    2008-08-05 16:20 UTC
20         + Add : Support for matches, eval, keys, values, each readline, stat,
21                 localtime, gmtime, caller, get{pw,gr,host,net,proto,serv}*,
22                 constant ranges.
23         + Doc : POD nits.
24         + Fix : Array assignment count.
25         + Tst : More of them, lots.
26         + Tst : All op tests now go in t/24-ops.t.
27
28 0.01    2008-08-04 16:35 UTC
29         First version, released on an unsuspecting world.
30