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