RT for rt.cpan.org
Skip Menu
|
Bug #84570 for Device-SCSI: Bug report Device::SCSI::linux
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Device-SCSI CPAN distribution
.
Report information
The Basics
Id:
84570
Status:
new
Priority:
0/
Queue:
Device-SCSI
People
Owner:
Nobody in particular
Requestors:
belgoat [...] gmail.com
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Thu Apr 11 06:59:38 2013
belgoat [...] gmail.com - Ticket created
Subject:
Bug report Device::SCSI::linux
Date:
Thu, 11 Apr 2013 13:59:26 +0300
To:
bug-Device-SCSI [...] rt.cpan.org
From:
Bel Goat <belgoat [...] gmail.com>
Can't locate object method "new" via package "IO::File" (perhaps you forgot to load "IO::File"?) at /usr/local/share/perl5/Device/SCSI/linux.pm line 41 Fix: add implicit user for IO:File *use 5.005;* *use warnings;* *use strict;* *use fields qw( fh name );* * * *use IO::File;* *use Carp;* *use Fcntl ':mode';*