libnet-server-coro-perl 1.3-2 source package in Ubuntu

Changelog

libnet-server-coro-perl (1.3-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Damyan Ivanov ]
  * change Priority from 'extra' to 'optional'

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Modify d/copy order: wildcard must be the first (avoid
    global-files-wildcard-not-first-paragraph-in-dep5-copyright Lintian
    warning)
  * declare conformance with Policy 4.1.3 (no changes needed)
  * Bump debhelper compatibility level to 10
  * Add debian/upstream/metadata
  * Declare compliance with policy 4.2.0
  * Remove unnecessary greater-than versioned dependency to libnet-
    server-perl
  * Replace MIT license name by Expat
  * Enable autopkgtest (no upstream tests)

 -- Xavier Guimard <email address hidden>  Mon, 20 Aug 2018 12:17:45 +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 Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-server-coro-perl_1.3-2.dsc 2.3 KiB c284a77488cce50294a25bd66cc2318bdaf9630d72b113935e291f7c9d28b718
libnet-server-coro-perl_1.3.orig.tar.gz 26.9 KiB 1e1a702b0dd390c3e629f8a9e84cca63b794d1e227957f429b6760107577fb86
libnet-server-coro-perl_1.3-2.debian.tar.xz 2.8 KiB e2d85b2c7b2ce976de66b728276b85a795cac6d3cd3ce8175857c68a95a0e623

No changes file available.

Binary packages built by this source

libnet-server-coro-perl: co-operative multithreaded server using Coro

 Net::Server::Coro implements multithreaded server for the Net::Server
 architecture, using Coro and Coro::Socket to make all reads and
 writes non-blocking. Additionally, it supports non-blocking SSL
 negotiation.