Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^5: Strawberryperl (Portable) impossible install module

by Cow1337killr (Monk)
on Jun 22, 2016 at 20:33 UTC ( [id://1166303]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Strawberryperl (Portable) impossible install module
in thread Strawberryperl (Portable) impossible install module

That is a good and well-explained example of a real world problem and the real world solution using berrybrew.

  • Comment on Re^5: Strawberryperl (Portable) impossible install module

Replies are listed 'Best First'.
Re^6: Strawberryperl (Portable) impossible install module
by stevieb (Canon) on Jun 22, 2016 at 23:54 UTC

    What sent me down the road of forking berrybrew and modifying it was writing Test::BrewBuild... you can set up Unix Perlbrew and Windows berrybrew servers wherever you want, and using Test::BrewBuild and its utility components, send module builds to these remote servers, and they will all test your module against all of their installed versions of Perl, and return the results:

    # within a module directory... bbdispatch -t localhost -t 192.168.252.90 -t 192.168.252.96 -t 192.168 +.252.95 192.168.252.95 - x86_64-linux 5.22.1 :: PASS 192.168.252.90 - MSWin32-x64-multi-thread 5.18.4 :: PASS 5.22.1 :: PASS localhost - MSWin32-x64-multi-thread 5.22.1 :: PASS 192.168.252.96 - amd64-freebsd 5.22.1 :: PASS 5.23.7 :: PASS 5.8.9 :: FAIL 5.10.1 :: FAIL 5.18.4 :: FAIL

      Yikes. It looks like your older Perl installations on your amd64-freebsd server are not quite ready for showtime.

      Seriously, that is pretty neat how it just doesn't care whether it is a Unix or Windows server, it just does it.

        ...or, I was re-writing a module to be v5.6.0 compliant while I created the examples for this module, and wasn't quite there yet, or, FreeBSD has some issues with locking files, which is what I may have been debugging in the module I based these examples on ;)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (1)
As of 2024-04-25 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found