The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for AnyEvent-Future

0.05    2023-02-03
        [CHANGES]
         * Support Future::XS by using the `udata` API

        [BUGFIXES]
         * Fix http_get example around function's prototype (RT137913)

0.04    2019-05-07 00:27:20
        [CHANGES]
         * Avoid ->done_cb / ->fail_cb which were removed in Future 0.40
         * General docs style and module metadata refresh

0.03    2015/05/29 17:09:20
        [CHANGES]
         * Add bidirectional conversion methods to convert between Future and
           AnyEvent::CondVar
         * Added some EXAMPLEs

0.02    2014/08/21 12:46:02
        [CHANGES]
         * Added as_future and as_future_cb utility functions

        [BUGFIXES]
         * Removed spurious 'use Test::Identity' from unit tests

0.01    2014/08/20 00:45:12
        First version, released on an unsuspecting world.