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