[libfuture-perl] 07/09: Merge tag 'upstream/0.32'

Axel Beckert abe at deuxchevaux.org
Sun Jun 7 12:32:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libfuture-perl.

commit 29f66f6930d5ca03d544bb49ebf8e8f30180bf72
Merge: 86d90df 927d3aa
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jun 7 14:22:45 2015 +0200

    Merge tag 'upstream/0.32'
    
    Upstream version 0.32
    
    # gpg: Signature made Sun 07 Jun 2015 02:22:38 PM CEST
    # gpg:                using RSA key 6BE663C75A35C975
    # gpg: please do a --check-trustdb
    # gpg: Good signature from "Axel Beckert <abe at deuxchevaux.org>"
    # gpg:                 aka "Axel Beckert (E-Mail + Jabber) <abe at noone.org>"
    # gpg:                 aka "Axel Beckert (Symlink) <xtaran at symlink.ch>"
    # gpg:                 aka "[jpeg image of size 3155]"
    # gpg:                 aka "Axel Stefan Beckert"
    # gpg:                 aka "Axel Beckert (FSFE Fellow) <abe at fsfe.org>"
    # gpg:                 aka "Axel Beckert (Debian Developer) <abe at debian.org>"

 Build.PL                   |  11 +-
 Changes                    |  42 ++++++
 LICENSE                    |   6 +-
 MANIFEST                   |   5 +-
 META.json                  |  36 +++--
 META.yml                   |  20 ++-
 Makefile.PL                |   6 +-
 README                     | 138 ++++++++++++------
 examples/anyevent.pl       |  26 ----
 examples/poe.pl            |  34 -----
 lib/Future.pm              | 350 ++++++++++++++++++++++++++++-----------------
 lib/Future/Phrasebook.pod  |   2 +-
 lib/Future/Utils.pm        |  15 +-
 lib/Test/Future.pm         |  28 +++-
 t/01future.t               |   2 +
 t/02cancel.t               |  21 +++
 t/03then.t                 |  18 ++-
 t/04else.t                 |  18 ++-
 t/06followed_by.t          |  18 ++-
 t/07and_then.t             | 102 -------------
 t/08or_else.t              | 103 -------------
 t/10wait_all.t             |   2 +-
 t/11wait_any.t             |   2 +-
 t/12needs_all.t            |   2 +-
 t/13needs_any.t            |   3 +-
 t/20subclass.t             |  60 ++++++--
 t/21debug.t                |  13 +-
 t/22wrap_cb.t              | 105 ++++++++++++++
 t/30utils-call.t           |   1 +
 t/32utils-repeat.t         |  11 +-
 t/34utils-repeat-foreach.t |   2 +
 t/50test-future.t          |  43 +++++-
 32 files changed, 725 insertions(+), 520 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfuture-perl.git



More information about the Pkg-perl-cvs-commits mailing list