libio-termios-perl 0.09-2 source package in Ubuntu

Changelog

libio-termios-perl (0.09-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Tue, 03 Jan 2023 21:09:37 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-termios-perl_0.09-2.dsc 2.4 KiB d3111dfb62e13e2ee1c9d437cb9dad5ee6fd4b1a0ef307e312bec79f7f02ac2f
libio-termios-perl_0.09.orig.tar.gz 20.1 KiB 6cd77a95d2799095dbfba5f4265926398416e6d376ffa50a2c6aa3ce700383d6
libio-termios-perl_0.09-2.debian.tar.xz 1.7 KiB 6b73ed41a065ddbde38053117042d1e207ce3f10d904b870dc3415972bcf1aa6

Available diffs

No changes file available.

Binary packages built by this source

libio-termios-perl: module to supply termios methods to IO::Handle objects

 The IO::Termios class extends the generic IO::Handle object class by
 providing methods which access the system's terminal control termios(3)
 operations. These methods are primarily of interest when dealing with TTY
 devices, including serial ports.
 .
 Linux supports a non-POSIX extension to the usual termios interface which
 allows arbitrary baud rates to be set. IO::Termios can automatically make use
 of this ability through the Linux::Termios2 module which is already in Debian
 as package liblinux-termios2-perl. This module will be used automatically and
 transparently to allow set*baud methods to set any rate allowed by the
 kernel/driver.