File: TODO

package info (click to toggle)
libdevice-serialport-perl 1.04-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 664 kB
  • sloc: perl: 4,737; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

High
- document intr_count and wait_modemlines
- spread POD docs out across the module
- export the POSIX names too, MS_* is for optional porting compatibility
- fix AIX hardware flow control (whats wrong with it?)

Medium
- fix lockfile support (maybe using a generic File::Lock routine?)
- create a method to call "new" without a device name (cleaner way to test)
- split up tests so we can do non-device testing (as the default)
- make error handling behavior an option (don't die on device failure)

Low
- add a mechanism to set any modem lines in one function call