mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-09 01:34:00 +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.
|
The tty device filehandle. Avoid using directly.
|
||||||
=cut
|
=cut
|
||||||
has 'fd' => (is => 'rw', isa => 'Device::SerialPort');
|
has 'fd' => (is => 'rw', isa => 'FileHandle');
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue