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

Changelog

libio-termios-perl (0.09-1) unstable; urgency=low

  * Initial release. (Closes: #1026776)

 -- gregor herrmann <email address hidden>  Tue, 03 Jan 2023 00:09:35 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low 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-1.dsc 2.3 KiB 8921ec1cd3c0cd1f552d549662c3f7043b2c43705aaf2fffcdfca780643cfb44
libio-termios-perl_0.09.orig.tar.gz 20.1 KiB 6cd77a95d2799095dbfba5f4265926398416e6d376ffa50a2c6aa3ce700383d6
libio-termios-perl_0.09-1.debian.tar.xz 1.7 KiB 922fb927b7b13ecaaecc6dae2911493713fba76402681f7b0c69277e651a8d30

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.