0.09 Thu Jun 30 15:02:37 BST 2005
- Fix a bug reported by Damian: want doesn't work (crashes) if
it's called from within the guard of a loop. See the comment
above upcontext_plus in Want.xs.
- Runs under the debugger!
- Give an error message (rather than segfaulting) if called from
a tie handler.
Changes since last packaged version (0.07):
0.08 Mon Dec 13 01:23:28 GMT 2004
- Accommodate the changed internals of perl 5.9.2
(the retstack is no more: see change #23156).
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
This Perl 5 module generalises the mechanism of the wantarray
function, allowing a function to determine in some detail how its
return value is going to be immediately used.