mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-08 17:23:59 +02:00
Brm::Lasic: Fix fd type
This commit is contained in:
parent
ff4ab42f06
commit
9ea954d2a2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ has 'port' => (is => 'rw', isa => 'Device::SerialPort');
|
|||
|
||||
The tty device filehandle. Avoid using directly.
|
||||
=cut
|
||||
has 'fd' => (is => 'rw', isa => 'Device::SerialPort');
|
||||
has 'fd' => (is => 'rw', isa => 'FileHandle');
|
||||
|
||||
=back
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue