[libanyevent-handle-udp-perl] branch master updated (2976f2e -> 233f9d7)
Jonas Smedegaard
js at alioth.debian.org
Mon Sep 30 10:05:35 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository libanyevent-handle-udp-perl.
from 2976f2e Update README.source to emphasize control.in file as *not* a show-stopper for contributions.
new 5103174 Add github URL as alternate source.
new 4e3c619 Stop track md5sum of upstream tarball.
new 76b1a29 Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL.
new 97999f8 Update changelog and copyright hints.
new 4d5aebb initial commit
new d5f6525 Various additions to code and documentation
new 6eb428b Upgraded dist.ini
new 778e0ad Convert code to Moo
new 3f0a1e4 v0.001
new c54fa93 v0.031
new e9bb271 Make push_send actually work
new 6beb400 Fix documentation
new bc4ede7 v0.032
new 7949d16 More consistent on_drain handling
new 673afbc Handle condvars more robustly and efficiently
new 6754dda Test receiving on handle more
new 879df56 Handle errors better
new ae3e8e4 Make resend logic actually work
new e741d7d Add autoflush attribute, don't do it by default
new 0275b69 v0.033
new eb50751 Convert address array into packed sockaddr
new 9768443 Make sure buffers is predefined
new acd96fd Accept undef address as INADR_ANY
new b298c1f Added timeout support
new 320104d v0.034
new f57b084 Stop assigning blame for previous broken state.
new 902f072 Stop depending on Const::Fast
new 7624641 Make dependency on Sub::Name optional
new 03febde v0.035
new 0fc10a8 Make fh an IO::Socket object
new 1e2573d Add sockname and peername methods
new 5ea1b2d Don't insist on port number in tests
new 2dbe367 Moved out add_watcher
new 427a3cf Refactor bind/connect logic
new f49342c v0.036
new 503a4b6 Handle absence of IPv6 better (hopefully)
new c314774 v0.037
new f8eb2f5 Made it work with old perl+old Socket.pm
new 8b44bd3 Removed superfluous __END__ marker
new 91d85f2 Fix {,r,w}timeout_reset to actually work
new a55c915 Switch from Test::Exception to Test::Fatal
new 72bf1f1 v0.038
new 6c641f4 Hopefully really fixed for old perl+old Socket.pm
new a38741a Fix connect_to to actually work
new d325828 Remove $timer and $activity init_args
new 9064b52 Added example, synopsis and some more docs
new 6f9814f v0.039
new 0356e46 Fix error handling in a number of places
new fcabe83 v0.040
new a97a65a Switch to Module::Build::Tiny
new 22b1862 Handle address reuse better
new 6458e74 v0.041
new cfc8faa Require Moo 1.001000
new 29c845b Allow EINTR in recv
new ab4ffc9 v0.042
new 7827319 Imported Upstream version 0.042
new 45739b6 Merge tag 'upstream/0.042'
new f1fc748 Tighten to (build-)depend versioned on libmoo-perl.
new a84c84b Adapt to upstream switch to Module::Build::Tiny: Build-depend on libmodule-build-tiny-perl. Tighten to build-depend versioned on cdbs. Adapt CDBS includes.
new 233f9d7 Prepare for release: Update changelog, control file and copyright hints.
The 60 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 | 3 ++
Changes | 10 +++++
INSTALL | 8 ++--
MANIFEST | 2 +-
META.json | 16 ++++----
META.yml | 14 +++----
Makefile.PL | 69 -----------------------------------
README | 2 +-
debian/changelog | 28 ++++++++++++--
debian/control | 5 ++-
debian/copyright | 1 +
debian/copyright_hints | 16 ++------
debian/rules | 8 ++--
debian/watch | 3 +-
dist.ini | 4 +-
lib/AnyEvent/Handle/UDP.pm | 34 +++++++++--------
t/00-compile.t | 87 +++++++++++++++-----------------------------
17 files changed, 120 insertions(+), 190 deletions(-)
create mode 100644 Build.PL
delete mode 100644 Makefile.PL
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-handle-udp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list