[CHANGES]
- Added debugging warning when destroying a failed Future that has
not reported its failure (RT102198)
- Have ->and_then / ->or_else die immediately to further their
deprecation
- Announce done_cb/fail_cb/cancel_cb as deprecated in favour of curry
- Provide ->wrap_cb method (experimental)
[BUGFIXES]
- Ensure that Test::Future does not retain Futures once they are
complete (RT101128)
- 'use Future' in Future::Utils (RT102167)