From 9ea954d2a2b2600e6c49f3eeb5f397e673536c2e Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 27 Dec 2011 23:03:34 +0100 Subject: [PATCH] Brm::Lasic: Fix fd type --- perl/Brm/Lasic.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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