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