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

Changelog

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

  * Add liblinux-termios2-perl to Recommends.
    Thanks to Thomas Uhle for the suggestion.

 -- gregor herrmann <email address hidden>  Wed, 04 Jan 2023 18:14:14 +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-3.dsc 2.4 KiB 02f1073f6c7b58489453687b134e6bfc8400f209fd7529a5159c3a578bb21932
libio-termios-perl_0.09.orig.tar.gz 20.1 KiB 6cd77a95d2799095dbfba5f4265926398416e6d376ffa50a2c6aa3ce700383d6
libio-termios-perl_0.09-3.debian.tar.xz 1.8 KiB d704fc2594bbfff1c46fa7555b063a53ffba6d16f7330af38ff2c545f689ca5c

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.