Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Is Perl on the Raspberry Pi worth it?

by stevieb (Canon)
on Jun 23, 2019 at 15:18 UTC ( [id://11101766]=note: print w/replies, xml ) Need Help??


in reply to Re: Is Perl on the Raspberry Pi worth it?
in thread Is Perl on the Raspberry Pi worth it?

That's awesome!

I ordered a couple of them for myself. One to play with, the other I'm going to write some tests for after connecting it to my test platform.

After going through the code, your module uses WiringPi::API, but your cpanfile lists RPi::WiringPi. The latter requires the former, and since I don't see any usage of RPi::WiringPi anywhere in the code, might I recommend that you change your prereq to WiringPi::API instead? The installation of your distribution will go *much* faster if you do this.

RPi::WiringPi installs a whole slew of sensor, ICs and other peripheral distributions (Perl and XS) that takes quite some time. If you're not using any of the functionality of this encompassing distribution, it's best if you don't require it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11101766]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-19 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found