in reply to Storable singletons

Will Class::InsideOut support Data::Dump::Streamer? The Freeze/Thaw support there was a direct response to your earlier nodes on this subject so I'm hoping so... ;-)

---
$world=~s/war/peace/g

Replies are listed 'Best First'.
Re^2: Storable singletons
by xdg (Monsignor) on Apr 09, 2006 at 13:03 UTC

    Yes, it will, unless something pops up during implementation (which I doubt). However I'm targeting that for after the 1.0 release. The 1.0 release is simply going to mark where I think that the API and basic operations are stable. Storable singletons might wind up changing the API, and that's been the major holdup for my feeling comfortable declaring the API ready.

    In the Todo file in my development branch, Data::Dump::Streamer support was already first on the post 1.0 list, followed by adding more accessor styles and then refactoring the documentation a bit.

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.