Skip Menu |

This queue is for tickets about the Device-Firmata CPAN distribution.

Report information
The Basics
Id: 125403
Status: resolved
Priority: 0/
Queue: Device-Firmata

People
Owner: Nobody in particular
Requestors: tmurray [...] wumpus-cave.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.60
Fixed in: 0.64



Subject: Missing Dependency Device::SerialPort
Starting up with a fresh install on a Raspberry Pi, I got: Can't locate object method "new" via package "Device::SerialPort" at /usr/local/share/perl/5.24.1/Device/Firmata/IO/SerialIO.pm line 33. I added a "use" statement for this module, and found it wasn't installed. After installing it, everything worked fine. Just need to add Device::SerialPort to the dependency list.
Thanks for reporting this issue. Added missing requirement to PREREQ_PM in Makefile.PL. You can access a preview of the new version at https://github.com/jnsbyr/perl-firmata. This version 0.64 has several other enhancements over the current CPAN version 0.60. Have a look at Changes for more details. If you can give the new version a try and report your results and there are no other issues I will upload the new version.