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