libprotocol-irc-perl 0.13-2 source package in Ubuntu

Changelog

libprotocol-irc-perl (0.13-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libprotocol-irc-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 11:13:22 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libprotocol-irc-perl_0.13-2.dsc 2.2 KiB 67a23075e599a04a35c7700161c86a61efa5d3efbf455166ecdf212f29272470
libprotocol-irc-perl_0.13.orig.tar.gz 44.4 KiB 3748deec2457dec9e2755afddf67ade0961403a4acf94df8fe2d5ec5012337f4
libprotocol-irc-perl_0.13-2.debian.tar.xz 2.1 KiB 53e5a6398af800ab9da559c7b91ae352a1a1955766a0e0f7d574e56479808e1f

Available diffs

No changes file available.

Binary packages built by this source

libprotocol-irc-perl: IRC protocol handling

 This mix-in class provides a base layer of IRC message handling logic. It
 allows reading of IRC messages from a string buffer and dispatching them to
 handler methods on its instance.
 .
 Protocol::IRC::Client provides an extension to this logic that may be more
 convenient for IRC client implementations. Much of the code provided here is
 still useful in client applications, so the reader should be familiar with
 both modules.