[libio-async-perl] branch master updated (23a2a76 -> 8da21c1)

Axel Beckert abe at deuxchevaux.org
Sun Jun 7 14:00:11 UTC 2015


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

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

      from  23a2a76   releasing package libio-async-perl version 0.64-1
       new  8d980be   Add debian/upstream/metadata
       new  bf0692f   Update debian/changelog
      adds  64c71ff   Imported Upstream version 0.64
      adds  ad76cc8   Imported Upstream version 0.67
       new  e22a60e   Merge tag 'upstream/0.67'
       new  8da21c1   Update changelog for new upstream release

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                            |   8 +-
 Changes                             |  47 +++++++++++
 LICENSE                             |   6 +-
 MANIFEST                            |   3 +-
 META.json                           |  95 +++++++++++-----------
 META.yml                            |  80 ++++++++++---------
 Makefile.PL                         |   7 +-
 debian/changelog                    |   7 ++
 debian/upstream/metadata            |   4 +
 examples/chat-server.pl             |   8 +-
 examples/echo-server.pl             |   8 +-
 examples/netcat-client.pl           |  13 +--
 examples/tcp-proxy.pl               |   5 +-
 examples/whoami-server.pl           |   8 +-
 lib/IO/Async.pm                     |   2 +-
 lib/IO/Async/Channel.pm             |  89 +++++++++++++++------
 lib/IO/Async/ChildManager.pm        |  12 ++-
 lib/IO/Async/Debug.pm               |  98 +++++++++++++++++++++++
 lib/IO/Async/File.pm                |   2 +-
 lib/IO/Async/FileStream.pm          |   2 +-
 lib/IO/Async/Function.pm            |  12 +--
 lib/IO/Async/Future.pm              |   2 +-
 lib/IO/Async/Handle.pm              |  47 ++++++++---
 lib/IO/Async/Internals/Connector.pm |  10 +--
 lib/IO/Async/Listener.pm            |  70 ++++++++++++-----
 lib/IO/Async/Loop.pm                |  65 ++++++++++++++-
 lib/IO/Async/Loop/Poll.pm           | 153 ++++++++++++++++++++++++------------
 lib/IO/Async/Loop/Select.pm         |   6 +-
 lib/IO/Async/LoopTests.pm           |  28 ++++++-
 lib/IO/Async/MergePoint.pm          |  81 -------------------
 lib/IO/Async/Notifier.pm            |  69 +++-------------
 lib/IO/Async/OS.pm                  |  42 +++++-----
 lib/IO/Async/OS/MSWin32.pm          |   2 +-
 lib/IO/Async/OS/cygwin.pm           |   2 +-
 lib/IO/Async/OS/linux.pm            |   7 +-
 lib/IO/Async/PID.pm                 |   2 +-
 lib/IO/Async/Process.pm             |  19 +++--
 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            |  17 ++--
 lib/IO/Async/Routine.pm             |   2 +-
 lib/IO/Async/Signal.pm              |   2 +-
 lib/IO/Async/Socket.pm              |  61 +++++++-------
 lib/IO/Async/Stream.pm              |  45 ++++++++++-
 lib/IO/Async/Test.pm                |   2 +-
 lib/IO/Async/Timer.pm               |   2 +-
 lib/IO/Async/Timer/Absolute.pm      |   6 +-
 lib/IO/Async/Timer/Countdown.pm     |   2 +-
 lib/IO/Async/Timer/Periodic.pm      |   9 ++-
 t/02os.t                            |   9 +++
 t/03loop-magic.t                    |   3 +-
 t/19loop-future.t                   |   2 +-
 t/20handle.t                        |   2 +-
 t/21stream-1read.t                  |  23 ++++++
 t/21stream-4encoding.t              |   2 +-
 t/22timer-periodic.t                |  21 +++++
 t/40channel.t                       |  29 +++++++
 t/50resolver.t                      |   8 +-
 t/51loop-connect.t                  |   2 +-
 t/63handle-connect.t                |   4 +-
 t/64handle-bind.t                   |  36 +++++++++
 62 files changed, 927 insertions(+), 489 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 lib/IO/Async/Debug.pm
 delete mode 100644 lib/IO/Async/MergePoint.pm
 create mode 100644 t/64handle-bind.t

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