in reply to Re: Perl 5.5 and socket
in thread Perl 5.5 and socket

Or just increase the requirement of the distribution to 5.6.0:
use 5.006;
in your Makefile.PL should do it.

Replies are listed 'Best First'.
Re^3: Perl 5.5 and socket
by ruzam (Curate) on Dec 22, 2007 at 20:18 UTC
    I may resort to a version limit yet, but for now I simply changed the lexical (it's a small piece of code). Besides, I had to clean up some documentation anyway.

    When the new updates have finished running through tests, I find out how much further I should bother to go with version limiting.