diff --git a/perl/Brm/Lasic.pm b/perl/Brm/Lasic.pm index f936e59..f18b5be 100644 --- a/perl/Brm/Lasic.pm +++ b/perl/Brm/Lasic.pm @@ -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