[libio-async-perl] branch master updated (036db30 -> 337f8b5)

gregor herrmann gregoa at debian.org
Mon Oct 20 18:41:59 UTC 2014


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

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

      from  036db30   update changelog
       new  d3ed014   Imported Upstream version 0.64
       new  a587215   New upstream release.
       new  0daa246   Add (build) dependency on libstruct-dumb-perl.
       new  2125611   Declare compliance with Debian Policy 3.9.6.
       new  337f8b5   update changelog, add WAITS-FOR

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:
 Build.PL                            |   8 +-
 Changes                             |  20 ++++
 MANIFEST                            |   1 +
 META.json                           |  80 ++++++++--------
 META.yml                            |  77 ++++++++--------
 Makefile.PL                         |   5 +-
 debian/changelog                    |  10 +-
 debian/control                      |  10 +-
 lib/IO/Async.pm                     |   2 +-
 lib/IO/Async/Channel.pm             |   7 +-
 lib/IO/Async/ChildManager.pm        |  12 +--
 lib/IO/Async/File.pm                |  12 +--
 lib/IO/Async/FileStream.pm          |  10 +-
 lib/IO/Async/Function.pm            |  40 ++++----
 lib/IO/Async/Future.pm              |   2 +-
 lib/IO/Async/Handle.pm              |  52 ++++++++---
 lib/IO/Async/Internals/Connector.pm |   2 +-
 lib/IO/Async/Listener.pm            |  66 +++++++------
 lib/IO/Async/Loop.pm                |  15 +--
 lib/IO/Async/Loop/Poll.pm           |   2 +-
 lib/IO/Async/Loop/Select.pm         |   2 +-
 lib/IO/Async/LoopTests.pm           |   2 +-
 lib/IO/Async/MergePoint.pm          |   2 +-
 lib/IO/Async/Notifier.pm            |   4 +-
 lib/IO/Async/OS.pm                  |  23 ++++-
 lib/IO/Async/OS/MSWin32.pm          |   2 +-
 lib/IO/Async/OS/cygwin.pm           |   2 +-
 lib/IO/Async/OS/linux.pm            |  56 ++++++++++++
 lib/IO/Async/PID.pm                 |  10 +-
 lib/IO/Async/Process.pm             |  50 ++++++----
 lib/IO/Async/Protocol.pm            |  10 +-
 lib/IO/Async/Protocol/LineStream.pm |   8 +-
 lib/IO/Async/Protocol/Stream.pm     |  14 +--
 lib/IO/Async/Resolver.pm            |  11 ++-
 lib/IO/Async/Routine.pm             |  16 ++--
 lib/IO/Async/Signal.pm              |  10 +-
 lib/IO/Async/Socket.pm              |  48 ++++++----
 lib/IO/Async/Stream.pm              | 178 ++++++++++++++++++++----------------
 lib/IO/Async/Test.pm                |   2 +-
 lib/IO/Async/Timer.pm               |   2 +-
 lib/IO/Async/Timer/Absolute.pm      |  10 +-
 lib/IO/Async/Timer/Countdown.pm     |  12 +--
 lib/IO/Async/Timer/Periodic.pm      |  14 +--
 t/20handle.t                        |  30 ++++++
 t/21stream-2write.t                 |  12 ++-
 t/24listener.t                      |  44 +++++++--
 t/42function.t                      |  22 +++++
 47 files changed, 645 insertions(+), 384 deletions(-)
 create mode 100644 lib/IO/Async/OS/linux.pm

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