libnet-async-irc-perl 0.11-1.1 source package in Ubuntu

Changelog

libnet-async-irc-perl (0.11-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 16:38:54 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-async-irc-perl_0.11-1.1.dsc 2.2 KiB 780a3834e3dd03d1cff02ab10ec1445d4cf41594f3ae8dc2ba8a3f0d6c7f2f3f
libnet-async-irc-perl_0.11.orig.tar.gz 27.7 KiB 9d40f97c5361830269d010e6531c4d1f932243639fd01b8ed4002b6c511ae170
libnet-async-irc-perl_0.11-1.1.debian.tar.xz 1.7 KiB 2da4d08b391dc320f2ebdfc0ba4a88c11f2b3cb16fe26023c4d571cd0c5586fa

Available diffs

No changes file available.

Binary packages built by this source

libnet-async-irc-perl: IRC client for use with IO::Async

 This object class implements an asynchronous IRC client, for use in programs
 based on IO::Async.
 .
 Most of the actual IRC message handling behaviour is implemented by the
 parent class Net::Async::IRC::Protocol.
 .
 Most of the behaviour related to being an IRC client is implemented by the
 parent class Protocol::IRC::Client.
 .
 The following documentation may make mention of these above two parent
 classes; the reader should make reference to them when required.