[libio-async-perl] branch master updated (1d2523f -> 1d3e8e7)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Sep 22 19:29:48 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libio-async-perl.

      from  1d2523f   Upload to unstable as 0.67-1
      adds  38c59c2   Imported Upstream version 0.68
       new  4995949   Merge tag 'upstream/0.68'
       new  cfb7d0e   Update debian/changelog
       new  e71da0e   Bump debhelper compatibility level to 9
       new  72d32e0   Update year of upstream copyright
       new  1d3e8e7   Releasing libio-async-perl version 0.68-1

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                             | 17 +++++++
 META.json                           | 72 +++++++++++++++---------------
 META.yml                            | 72 +++++++++++++++---------------
 Makefile.PL                         |  2 +-
 debian/changelog                    |  9 ++++
 debian/compat                       |  2 +-
 debian/control                      |  2 +-
 debian/copyright                    |  3 +-
 lib/IO/Async.pm                     |  2 +-
 lib/IO/Async/Channel.pm             | 88 +++++++++++++++++++++++++++++--------
 lib/IO/Async/ChildManager.pm        |  2 +-
 lib/IO/Async/Debug.pm               |  2 +-
 lib/IO/Async/File.pm                |  2 +-
 lib/IO/Async/FileStream.pm          |  2 +-
 lib/IO/Async/Function.pm            | 58 +++++++++++++++++++++---
 lib/IO/Async/Future.pm              |  2 +-
 lib/IO/Async/Handle.pm              |  7 ++-
 lib/IO/Async/Internals/Connector.pm |  2 +-
 lib/IO/Async/Listener.pm            |  9 ++--
 lib/IO/Async/Loop.pm                |  2 +-
 lib/IO/Async/Loop/Poll.pm           |  2 +-
 lib/IO/Async/Loop/Select.pm         |  2 +-
 lib/IO/Async/LoopTests.pm           | 12 ++++-
 lib/IO/Async/Notifier.pm            |  2 +-
 lib/IO/Async/OS.pm                  |  7 ++-
 lib/IO/Async/OS/MSWin32.pm          |  2 +-
 lib/IO/Async/OS/cygwin.pm           |  2 +-
 lib/IO/Async/OS/linux.pm            |  2 +-
 lib/IO/Async/PID.pm                 |  2 +-
 lib/IO/Async/Process.pm             |  2 +-
 lib/IO/Async/Protocol.pm            |  2 +-
 lib/IO/Async/Protocol/LineStream.pm |  2 +-
 lib/IO/Async/Protocol/Stream.pm     |  2 +-
 lib/IO/Async/Resolver.pm            | 63 +++++++++++++-------------
 lib/IO/Async/Routine.pm             |  2 +-
 lib/IO/Async/Signal.pm              |  2 +-
 lib/IO/Async/Socket.pm              |  2 +-
 lib/IO/Async/Stream.pm              |  2 +-
 lib/IO/Async/Test.pm                | 39 +++++++++++++---
 lib/IO/Async/Timer.pm               |  2 +-
 lib/IO/Async/Timer/Absolute.pm      |  2 +-
 lib/IO/Async/Timer/Countdown.pm     |  2 +-
 lib/IO/Async/Timer/Periodic.pm      | 63 ++++++++++++++------------
 t/21stream-1read.t                  |  7 +--
 t/40channel.t                       | 23 +++++-----
 t/41routine.t                       | 23 +++-------
 t/42function.t                      | 38 ++++++++++++++++
 t/50resolver.t                      | 31 +++++++++++--
 t/51loop-connect.t                  |  4 +-
 t/63handle-connect.t                |  3 +-
 t/64handle-bind.t                   |  6 +++
 51 files changed, 469 insertions(+), 243 deletions(-)

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



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