[libfuture-perl] branch master updated (03bb92a -> 6acdec7)

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


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

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

      from  03bb92a   update changelog
       new  3377a48   Mark package as autopkgtestable
       new  93cb305   Declare compliance with Debian Policy 3.9.6
       new  8e6c811   Add explicit build dependency on libmodule-build-perl
       new  c77c432   Add changelog items for previous half-autoamtic commits
       new  4282326   Add debian/upstream/metadata
       new  86d90df   Update debian/changelog
      adds  927d3aa   Imported Upstream version 0.32
       new  29f66f6   Merge tag 'upstream/0.32'
       new  69abea5   Update debian/changelog
       new  6acdec7   Add debian/NEWS and TODO for upstream API changes

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                   |  11 +-
 Changes                    |  42 ++++++
 LICENSE                    |   6 +-
 MANIFEST                   |   5 +-
 META.json                  |  36 +++--
 META.yml                   |  20 ++-
 Makefile.PL                |   6 +-
 README                     | 138 ++++++++++++------
 debian/NEWS                |  14 ++
 debian/changelog           |  18 ++-
 debian/control             |   6 +-
 debian/upstream/metadata   |   4 +
 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 +++++-
 36 files changed, 763 insertions(+), 524 deletions(-)
 create mode 100644 debian/NEWS
 create mode 100644 debian/upstream/metadata
 delete mode 100644 examples/anyevent.pl
 delete mode 100644 examples/poe.pl
 delete mode 100644 t/07and_then.t
 delete mode 100644 t/08or_else.t
 create mode 100644 t/22wrap_cb.t

-- 
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