Age | Commit message (Collapse) | Author |
|
Also squelch warnings from requiring features.ph (via ioctl.ph).
Fixes bug 8387
|
|
Do some minor enhancements for usability.
* export get_terminal_size and get_interface_flags
* handle case where /dev/tty is inaccessible
* turn on warnings in this code
|
|
|
|
perl only allows a require to be done once. If it is done in two
included modules the module or function in the module used second
doesn't have the data in the required file in its scope. To prevent
this I created a third module that contains the functions that require
'sys/ioctl.ph' so that there is no longer a conflict.
|