changelog
[gitmo/Package-Stash.git] / Changes
1 Revision history for Package-Stash
2
3 {{$NEXT}}
4       - re-enable the caching of the stash, since I can't reproduce the bug
5         at all
6
7 0.05  2010-06-15
8       - bump Test::More requirement for done_testing
9
10       - update packaging stuff
11
12 0.04  2010-06-13
13       - get_package_symbol now doesn't autovivify stash entries. A new method
14         get_or_add_package_symbol can now be used for that behavior.
15
16       - Update %DB::sub on add_package_symbol (Tim Bunce).
17
18 0.03  2010-05-14
19       - Rename from Stash::Manip to Package::Stash
20
21 0.02  2010-05-13
22       - Need to dep on Test::Exception
23
24 0.01  2010-05-12
25       - Initial release