1 Revision history for Package-Stash
4 - complete rewrite in C, for speed (this includes the vivification
5 changes from earlier). should be entirely backwards compatible
6 otherwise (in terms of documented api anyway).
9 - revert the vivification changes for now, to get an actual release out
13 - actually include the conflict stuff in the release (bah)
16 - conflict on mx-role-withoverloading too
19 - only do the weird ISA special-casing on perl versions where it's broken
22 - clean up the vivication code a lot, make it behave more sanely
23 - use Test::Fatal instead of Test::Exception (Justin Hunter)
26 - oops, accidentally included some experimental changes in that last
27 release, that break things
33 - re-enable the caching of the stash, since I can't reproduce the bug
37 - bump Test::More requirement for done_testing
39 - update packaging stuff
42 - get_package_symbol now doesn't autovivify stash entries. A new method
43 get_or_add_package_symbol can now be used for that behavior.
45 - Update %DB::sub on add_package_symbol (Tim Bunce).
48 - Rename from Stash::Manip to Package::Stash
51 - Need to dep on Test::Exception