mark trial releases
[gitmo/Package-Stash-PP.git] / Changes
1 Revision history for Package-Stash
2
3 {{$NEXT}}
4
5 0.12-TRIAL  2010-10-27
6       - actually include the conflict stuff in the release (bah)
7
8 0.11-TRIAL  2010-10-27
9       - conflict on mx-role-withoverloading too
10
11 0.10-TRIAL  2010-10-27
12       - only do the weird ISA special-casing on perl versions where it's broken
13
14 0.09-TRIAL  2010-10-27
15       - clean up the vivication code a lot, make it behave more sanely
16       - use Test::Fatal instead of Test::Exception (Justin Hunter)
17
18 0.08  2010-09-18
19       - oops, accidentally included some experimental changes in that last
20         release, that break things
21
22 0.07  2010-09-18
23       - non-dev release
24
25 0.06-TRIAL  2010-08-26
26       - re-enable the caching of the stash, since I can't reproduce the bug
27         at all
28
29 0.05  2010-06-15
30       - bump Test::More requirement for done_testing
31
32       - update packaging stuff
33
34 0.04  2010-06-13
35       - get_package_symbol now doesn't autovivify stash entries. A new method
36         get_or_add_package_symbol can now be used for that behavior.
37
38       - Update %DB::sub on add_package_symbol (Tim Bunce).
39
40 0.03  2010-05-14
41       - Rename from Stash::Manip to Package::Stash
42
43 0.02  2010-05-13
44       - Need to dep on Test::Exception
45
46 0.01  2010-05-12
47       - Initial release