Changes for version 1.08 - 2007-08-23
- STORABLE_attach warns instead of dying if it can't provide a singleton back to Storable, leaving Storable to croak instead; on 5.6.2 (and possibly older Perls), this change works around Storable dying during cleanup if STORABLE_attach dies inside an eval()
- thread tests skip on perl < 5.8.5 due to unexplained thread failures; perl585delta alludes to thread fixes when weak references are in use and this may be related
- removed "use warnings" from singleton test files for back compatibility
- moved pod/coverage tests to t_extra/ and stopped depending on an environment variable to allow them to run
- changed to the Apache License, version 2.0; (it's clearer, relicensable, and is explicit about contributions)
Documentation
guide to this and other implementations of the inside-out technique
guide to advanced usage
Modules
a safe, simple inside-out object construction kit