Revision history for IO-Termios 0.10 2024-07-10 [CHANGES] * Module style updates: + Use perl 5.14 `package NAME VER` syntax + Use Test2::V0 instead of Test::More + Test::LongString 0.09 2020-09-03 22:48 [CHANGES] * Added ->setflags convenience function for setting multiple flags at once * Added support for INLCR, IGNCR, ICRNL, IGNBRK, BRKINT and PARMRK flags 0.08 2019-09-09 18:24:10 [CHANGES] * Added `-upgrade` import option 0.07 2018-10-09 22:18:32 [CHANGES] * Added support for OPOST flag * Added cfmakeraw() [BUGFIXES] * Declare dependency on perl 5.10+ because of // operator (RT125619) 0.06 2018-06-04 23:04:40 [CHANGES] * Support additional `sysopen()` flags to IO::Termios->open() 0.05 2016/06/06 01:37:24 [CHANGES] * Opportunistically use Linux::Termios2 if available for arbitrary baudrate support * Name tiocmbic / tiocmbis correctly [BUGFIXES] * Fix the sense of the ICANON mode documentation * select() for readability of O_NONBLOCK handles before sysread during unit tests 0.04 2013/12/23 10:58:30 [CHANGES] * Added wrapper methods for modem line control bits * Added more documentation to mention "serial ports" 0.03 2013/12/20 21:10:33 [CHANGES] * Added ->set_mode and ->get_mode convenience methods * Added $modestr parameter to IO::Termios->open() constructor 0.02 CHANGES: * Added accessors for CREAD, CLOCAL and HUPCL c_cflags flags. 0.01 First version, released on an unsuspecting world.