pod coverage, eol whitespace
[gitmo/Package-Stash-XS.git] / Changes
CommitLineData
988beb41 1Revision history for Package-Stash
f4979588 2
988beb41 3{{$NEXT}}
24d2fc45 4 - split the XS implementation out into its own dist, which will be used
5 as a backend for Package::Stash if possible
c52f752e 6
70.14-TRIAL 2010-11-14
a71397ff 8 - complete rewrite in C, for speed (this includes the vivification
9 changes from earlier). should be entirely backwards compatible
10 otherwise (in terms of documented api anyway).
c7f0ea46 11
120.13 2010-10-31
67b17048 13 - revert the vivification changes for now, to get an actual release out
14 with Test::Fatal
b596e7e5 15
23093e29 160.12-TRIAL 2010-10-27
4d783411 17 - actually include the conflict stuff in the release (bah)
e0fc93b9 18
23093e29 190.11-TRIAL 2010-10-27
0e77a149 20 - conflict on mx-role-withoverloading too
a26c3206 21
23093e29 220.10-TRIAL 2010-10-27
b10a21db 23 - only do the weird ISA special-casing on perl versions where it's broken
614505f1 24
23093e29 250.09-TRIAL 2010-10-27
1f3bc924 26 - clean up the vivication code a lot, make it behave more sanely
27 - use Test::Fatal instead of Test::Exception (Justin Hunter)
759031e2 28
290.08 2010-09-18
426bd905 30 - oops, accidentally included some experimental changes in that last
31 release, that break things
dc7dc3b9 32
330.07 2010-09-18
8ed8a474 34 - non-dev release
6f0d8b67 35
360.06-TRIAL 2010-08-26
118d3083 37 - re-enable the caching of the stash, since I can't reproduce the bug
38 at all
c1e18094 39
400.05 2010-06-15
fe563c3f 41 - bump Test::More requirement for done_testing
42
43 - update packaging stuff
a1cab668 44
988beb41 450.04 2010-06-13
46 - get_package_symbol now doesn't autovivify stash entries. A new method
47 get_or_add_package_symbol can now be used for that behavior.
a1cab668 48
988beb41 49 - Update %DB::sub on add_package_symbol (Tim Bunce).
18713f83 50
988beb41 510.03 2010-05-14
52 - Rename from Stash::Manip to Package::Stash
4950f551 53
988beb41 540.02 2010-05-13
55 - Need to dep on Test::Exception
56
570.01 2010-05-12
58 - Initial release