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