[libmce-perl] branch master updated (02c2934 -> 3fe1789)

Angel Abad angel at debian.org
Sun Oct 1 15:48:31 UTC 2017


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

angel pushed a change to branch master
in repository libmce-perl.

      from  02c2934   Update changelog.
      adds  aa40393   New upstream version 1.830
       new  05a71da   Updated version 1.830 from 'upstream/1.830'
       new  8d8f133   Update debian/changelog
       new  77b4206   debian/copyright: Update copyright years
       new  b1ff8b2   Bump Standards-Version to 4.1.1 (no changes)
       new  3fe1789   Update changelog

The 5 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:
 Changes                         |  261 +++-
 Credits                         |   50 +-
 MANIFEST                        |    8 +-
 META.json                       |   58 +-
 META.yml                        |   55 +-
 Makefile.PL                     |   64 +-
 README.md                       |   27 +-
 bin/mce_grep                    |  169 ++-
 debian/changelog                |    9 +
 debian/control                  |    2 +-
 debian/copyright                |    4 +-
 lib/MCE.pm                      |  744 ++++++-----
 lib/MCE.pod                     |  138 +-
 lib/MCE/Candy.pm                |  405 +++---
 lib/MCE/Core.pod                | 2758 ++++++++++++++++++++++-----------------
 lib/MCE/Core/Input/Generator.pm |   18 +-
 lib/MCE/Core/Input/Handle.pm    |   71 +-
 lib/MCE/Core/Input/Iterator.pm  |   23 +-
 lib/MCE/Core/Input/Request.pm   |   37 +-
 lib/MCE/Core/Input/Sequence.pm  |   54 +-
 lib/MCE/Core/Manager.pm         |  293 +++--
 lib/MCE/Core/Validation.pm      |   22 +-
 lib/MCE/Core/Worker.pm          |  254 ++--
 lib/MCE/Examples.pod            | 1673 ++++++++++++------------
 lib/MCE/Flow.pm                 |  930 +++++++------
 lib/MCE/Grep.pm                 |  289 ++--
 lib/MCE/Loop.pm                 |  649 ++++-----
 lib/MCE/Map.pm                  |  233 ++--
 lib/MCE/Mutex.pm                |  229 ++--
 lib/MCE/Mutex/Channel.pm        |  141 ++
 lib/MCE/Mutex/Flock.pm          |  197 +++
 lib/MCE/Queue.pm                | 1694 ++++++++++++------------
 lib/MCE/Relay.pm                |  822 ++++++------
 lib/MCE/Signal.pm               |  405 +++---
 lib/MCE/Step.pm                 | 1128 ++++++++--------
 lib/MCE/Stream.pm               |  404 +++---
 lib/MCE/Subs.pm                 |   76 +-
 lib/MCE/Util.pm                 |  103 +-
 t/01_load_mce.t                 |   28 +
 t/01_mutex_channel.t            |   21 +
 t/01_mutex_flock.t              |   48 +
 t/04_norm_que_local.t           |  133 --
 t/04_norm_que_manager.t         |   13 +-
 t/04_norm_que_worker.t          |    4 +-
 t/04_prio_que_local.t           |  181 ---
 t/04_prio_que_manager.t         |   17 +-
 t/04_prio_que_worker.t          |    4 +-
 t/05_mce_flow.t                 |   31 +-
 t/05_mce_grep.t                 |   11 +-
 t/05_mce_loop.t                 |   26 +
 t/05_mce_map.t                  |   11 +-
 t/05_mce_step.t                 |   26 +
 t/05_mce_stream.t               |   24 +-
 xt/channel_lock.t               |   34 +
 xt/flock_lock.t                 |   34 +
 55 files changed, 8364 insertions(+), 6779 deletions(-)
 create mode 100644 lib/MCE/Mutex/Channel.pm
 create mode 100644 lib/MCE/Mutex/Flock.pm
 create mode 100644 t/01_mutex_channel.t
 create mode 100644 t/01_mutex_flock.t
 delete mode 100644 t/04_norm_que_local.t
 delete mode 100644 t/04_prio_que_local.t
 create mode 100644 xt/channel_lock.t
 create mode 100644 xt/flock_lock.t

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



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