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