Brm::Lasic: Fix fd type

This commit is contained in:
Petr Baudis 2011-12-27 23:03:34 +01:00
parent ff4ab42f06
commit 9ea954d2a2

View file

@ -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