New upstream release 0.22
- Make the namespace cache lazy and weak, in case the stash is deleted
- However, this doesn't work on 5.8, so disable the namespace caching
entirely there
Update patches to apply cleanly
New upstream release 0.21
- Make the leak tests author-only, since some smokers run release tests
- Fix some XS forward compat stuff
Update patches to apply cleanly
New upstream release 0.20
- Lower perl prereq to 5.8.1
- Make the leak tests release-only
Drop buildreq perl(Test::Requires), no longer needed
Update patches to apply cleanly, drop no-Test::Requires patch (no longer
needed), and add new patch to skip memory leak tests if we don't have
Test::LeakTrace (EPEL 4/5)
This is a back-end for Package::Stash, which provides the functionality in a
way that's less buggy and much faster. It will be used by default if it's
installed, and should be preferred in all environments with a compiler.