However, even the latest version of IO::Socket::IP only requires Test::More version 0.88, which is core on any version of perl supported by Mojolicious.
On Mon, Sep 11, 2017 at 5:52 PM, Dan Book <[email protected]> wrote: > It is deeply embedded in the logic of Mojo servers and clients, but you > may be able to replace it with IO::Socket::INET adjusting calls as needed > (so you'd need to maintain a fork with these changes essentially), if you > don't need ipv6. > > On Mon, Sep 11, 2017 at 4:16 PM, Alejandro Imass <[email protected]> > wrote: > >> Hi, >> >> I am trying to install Mojo on an Arduino Yún. I am very close >> but IO::Socket::IP requires Test::More and that in turn requires some XS >> stuff and make which I cannot install on OpenWRT. >> >> So is there a way for Mojo to work w/o IO::Socket::IP ? Would it be very >> hard to replace with IO::Socket::INET for this environment ? >> >> TIA, >> Alex >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mojolicious" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/mojolicious. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
