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