[libfuture-perl] branch master updated (a794424 -> a06e052)

Damyan Ivanov dmn at moszumanska.debian.org
Mon Dec 11 20:07:54 UTC 2017


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

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

      from  a794424   update changelog
      adds  2d92f5f   New upstream version 0.37
       new  3d1fae5   Update upstream source from tag 'upstream/0.37'
       new  2b2b221   add version to the libmodule-build-perl build dependency
       new  a280a5f   drop fix-spelling-error patch, applied upstream
       new  a06e052   releasing package libfuture-perl version 0.37-1

The 4 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                          |  16 +--
 Changes                           |  20 +++
 MANIFEST                          |   4 +-
 META.json                         |  19 ++-
 META.yml                          |  14 +-
 Makefile.PL                       |  17 ---
 README                            | 126 ++++++++++++------
 debian/changelog                  |   9 +-
 debian/control                    |   2 +-
 debian/patches/fix-spelling-error |  26 ----
 debian/patches/series             |   1 -
 lib/Future.pm                     | 270 ++++++++++++++++++++++++--------------
 lib/Future/Mutex.pm               |   2 +-
 lib/Future/Utils.pm               |   2 +-
 lib/Test/Future.pm                |   2 +-
 t/01future.t                      |  21 +++
 t/02cancel.t                      |   6 +
 t/11wait_any.t                    |  19 +++
 t/12needs_all.t                   |  19 +++
 t/13needs_any.t                   |  19 +++
 t/36utils-map.t                   |  15 +++
 t/{40mutext.t => 40mutex.t}       |   0
 t/90legacy.t                      |  52 ++++++++
 23 files changed, 473 insertions(+), 208 deletions(-)
 delete mode 100644 Makefile.PL
 delete mode 100644 debian/patches/fix-spelling-error
 delete mode 100644 debian/patches/series
 rename t/{40mutext.t => 40mutex.t} (100%)
 create mode 100644 t/90legacy.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