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