libio-multiplex-perl 1.16-1 source package in Ubuntu
Changelog
libio-multiplex-perl (1.16-1) unstable; urgency=medium [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend * Imported Upstream version 1.16 * Update copyright years for debian/* packaging files * Don't install README into /usr/share/doc/libio-multiplex-perl * Wrap and sort fields in debian/control file * Declare compliance with Debian policy 3.9.6 * Add Testsuite: autopkgtest-pkg-perl field in debian/control -- Salvatore Bonaccorso <email address hidden> Mon, 04 May 2015 14:40:22 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | perl | |
Bionic | release | main | perl | |
Xenial | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-multiplex-perl_1.16-1.dsc | 2.1 KiB | 47ec9f132fa282f91c9f83441660a121e6cea23579f9865ff85417f9d90fe226 |
libio-multiplex-perl_1.16.orig.tar.gz | 15.6 KiB | 74d22c44b5ad2e7190e2786e8a17d74bbf4cef89b4d1157ba33598b5a2720dad |
libio-multiplex-perl_1.16-1.debian.tar.xz | 3.2 KiB | 21c99d6da6524c77299e29aca8ff05cdcbc76b5e378144f8a4b82b4de0f11639 |
Available diffs
- diff from 1.13-1 (in Ubuntu) to 1.16-1 (3.7 KiB)
No changes file available.
Binary packages built by this source
- libio-multiplex-perl: object-oriented interface to select() for Perl
IO::Multiplex is designed to take the effort out of managing
multiple file handles. It is essentially a really fancy front end to
the select() system call. In addition to maintaining the select()
loop, it buffers all input and output to/from the file handles. It
can also accept incoming connections on one or more listen sockets.