This file is indexed.

/usr/share/doc/libdevice-serialport-perl/TODO is in libdevice-serialport-perl 1.04-3build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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