1Revision history for Package-Stash-XS
2
30.29      2018-12-31 03:26:01Z
4      - quiet compiler warning (Jacques Germishuys, PR #2)
5      - canonical repository moved to
6        https://github.com/moose/Package-Stash=XS
7
80.28  2013-07-16
9      - fix test issue (Graham Knop)
10
110.27  2013-07-15
12      - handle magic more correctly in add_symbol and get_or_add_symbol
13
140.26  2013-01-04
15      - internal refactorings to support Package::Anon stashes - this should
16        work now
17
180.25  2011-09-06
19      - fix compilation on perl 5.8 (RT#70762)
20
210.24  2011-09-05
22      - invalid package names (for instance, Foo:Bar) are not allowed
23      - invalid stash entry names (anything containing ::) are not allowed
24
250.23  2011-08-08
26      - fix the test for scalar values, again (t0m, rafl)
27      - disallow assigning globrefs to scalar glob slots (this doesn't actually
28        make any sense)
29
300.22  2011-03-04
31      - make the namespace cache lazy and weak, in case the stash is deleted
32      - but, this doesn't work on 5.8, so disable the namespace caching
33        entirely there
34
350.21  2011-01-25
36      - make the leak tests author-only, since some smokers run release tests
37      - fix some xs forward compat stuff (Dave Mitchell)
38
390.20  2011-01-11
40      - lower perl prereq to 5.8.1 (ribasushi)
41      - make the leak tests release-only, since they keep randomly failing on
42        platforms i don't have access to. people are encouraged to submit
43        patches for these if they are affected.
44
450.19  2011-01-05
46      - actually fix scalar initial value validity test
47
480.18  2011-01-05
49      - more correct validity test for scalars (rafl, Roland van Ipenburg)
50
510.17  2010-11-16
52      - bah, get rid of extra junk in the tarball
53
540.16-TRIAL  2010-11-16
55      - fix some issues in the undocumented-but-still-maybe-used-some-places
56        hashref api - if you don't know what this is, good!
57
580.15-TRIAL  2010-11-16
59      - split the XS implementation out into its own dist, which will be used
60        as a backend for Package::Stash if possible
61
620.14-TRIAL  2010-11-14
63      - complete rewrite in C, for speed (this includes the vivification
64        changes from earlier). should be entirely backwards compatible
65        otherwise (in terms of documented api anyway).
66
670.13  2010-10-31
68      - revert the vivification changes for now, to get an actual release out
69        with Test::Fatal
70
710.12-TRIAL  2010-10-27
72      - actually include the conflict stuff in the release (bah)
73
740.11-TRIAL  2010-10-27
75      - conflict on mx-role-withoverloading too
76
770.10-TRIAL  2010-10-27
78      - only do the weird ISA special-casing on perl versions where it's broken
79
800.09-TRIAL  2010-10-27
81      - clean up the vivication code a lot, make it behave more sanely
82      - use Test::Fatal instead of Test::Exception (Justin Hunter)
83
840.08  2010-09-18
85      - oops, accidentally included some experimental changes in that last
86        release, that break things
87
880.07  2010-09-18
89      - non-dev release
90
910.06-TRIAL  2010-08-26
92      - re-enable the caching of the stash, since I can't reproduce the bug
93        at all
94
950.05  2010-06-15
96      - bump Test::More requirement for done_testing
97
98      - update packaging stuff
99
1000.04  2010-06-13
101      - get_package_symbol now doesn't autovivify stash entries. A new method
102        get_or_add_package_symbol can now be used for that behavior.
103
104      - Update %DB::sub on add_package_symbol (Tim Bunce).
105
1060.03  2010-05-14
107      - Rename from Stash::Manip to Package::Stash
108
1090.02  2010-05-13
110      - Need to dep on Test::Exception
111
1120.01  2010-05-12
113      - Initial release
114