stop using custom weaver.ini
[gitmo/Package-Stash-XS.git] / Changes
CommitLineData
5e58c668 1Revision history for Package-Stash-XS
f4979588 2
988beb41 3{{$NEXT}}
121d8fea 4 - invalid package names (for instance, Foo:Bar) are not allowed
5 - invalid stash entry names (anything containing ::) are not allowed
e7872e6f 6
70.23 2011-08-08
8daeaceb 8 - fix the test for scalar values, again (t0m, rafl)
f9ca85b9 9 - disallow assigning globrefs to scalar glob slots (this doesn't actually
10 make any sense)
4488c730 11
120.22 2011-03-04
2d077165 13 - make the namespace cache lazy and weak, in case the stash is deleted
84d06ebe 14 - but, this doesn't work on 5.8, so disable the namespace caching
15 entirely there
16
be41f211 170.21 2011-01-25
96491436 18 - make the leak tests author-only, since some smokers run release tests
19 - fix some xs forward compat stuff (Dave Mitchell)
948df9f2 20
210.20 2011-01-11
fb9cd261 22 - lower perl prereq to 5.8.1 (ribasushi)
23 - make the leak tests release-only, since they keep randomly failing on
24 platforms i don't have access to. people are encouraged to submit
25 patches for these if they are affected.
893e2a0d 26
270.19 2011-01-05
9718ac63 28 - actually fix scalar initial value validity test
67df6458 29
300.18 2011-01-05
32107d99 31 - more correct validity test for scalars (rafl, Roland van Ipenburg)
d512020f 32
330.17 2010-11-16
ef782de4 34 - bah, get rid of extra junk in the tarball
a7af40f4 35
6bb3dad4 360.16-TRIAL 2010-11-16
37 - fix some issues in the undocumented-but-still-maybe-used-some-places
38 hashref api - if you don't know what this is, good!
39
a7af40f4 400.15-TRIAL 2010-11-16
24d2fc45 41 - split the XS implementation out into its own dist, which will be used
42 as a backend for Package::Stash if possible
c52f752e 43
440.14-TRIAL 2010-11-14
a71397ff 45 - complete rewrite in C, for speed (this includes the vivification
46 changes from earlier). should be entirely backwards compatible
47 otherwise (in terms of documented api anyway).
c7f0ea46 48
490.13 2010-10-31
67b17048 50 - revert the vivification changes for now, to get an actual release out
51 with Test::Fatal
b596e7e5 52
23093e29 530.12-TRIAL 2010-10-27
4d783411 54 - actually include the conflict stuff in the release (bah)
e0fc93b9 55
23093e29 560.11-TRIAL 2010-10-27
0e77a149 57 - conflict on mx-role-withoverloading too
a26c3206 58
23093e29 590.10-TRIAL 2010-10-27
b10a21db 60 - only do the weird ISA special-casing on perl versions where it's broken
614505f1 61
23093e29 620.09-TRIAL 2010-10-27
1f3bc924 63 - clean up the vivication code a lot, make it behave more sanely
64 - use Test::Fatal instead of Test::Exception (Justin Hunter)
759031e2 65
660.08 2010-09-18
426bd905 67 - oops, accidentally included some experimental changes in that last
68 release, that break things
dc7dc3b9 69
700.07 2010-09-18
8ed8a474 71 - non-dev release
6f0d8b67 72
730.06-TRIAL 2010-08-26
118d3083 74 - re-enable the caching of the stash, since I can't reproduce the bug
75 at all
c1e18094 76
770.05 2010-06-15
fe563c3f 78 - bump Test::More requirement for done_testing
79
80 - update packaging stuff
a1cab668 81
988beb41 820.04 2010-06-13
83 - get_package_symbol now doesn't autovivify stash entries. A new method
84 get_or_add_package_symbol can now be used for that behavior.
a1cab668 85
988beb41 86 - Update %DB::sub on add_package_symbol (Tim Bunce).
18713f83 87
988beb41 880.03 2010-05-14
89 - Rename from Stash::Manip to Package::Stash
4950f551 90
988beb41 910.02 2010-05-13
92 - Need to dep on Test::Exception
93
940.01 2010-05-12
95 - Initial release