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