Skip Menu |

This queue is for tickets about the Socket CPAN distribution.

Report information
The Basics
Id: 82760
Status: resolved
Priority: 0/
Queue: Socket

People
Owner: Nobody in particular
Requestors: BINGOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.007
Fixed in: 2.009



Subject: [PATCH] make Socket build in core again for some Linux
The below patch resolves build issues on Linux when Socket-2.007 and Socket-2.008 are integrated into blead. = diff --git a/cpan/Socket/Makefile.PL b/cpan/Socket/Makefile.PL index 99114d2..117d778 100644 --- a/cpan/Socket/Makefile.PL +++ b/cpan/Socket/Makefile.PL @@ -13,6 +13,7 @@ my $seq = 0; sub check_for { my %args = @_; + return if $ENV{PERL_CORE}; return if defined $Config{$args{confkey}}; require ExtUtils::CBuilder; =
On Wed Jan 16 13:43:49 2013, BINGOS wrote: Show quoted text
> The below patch resolves build issues on Linux when Socket-2.007 and > Socket-2.008 are integrated into blead.
Ah yes. Now applied and uploaded as 2.009. Thanks, -- Paul Evans
Released as 2.008 -- Paul Evans
Er, I meant 2.009. :) -- Paul Evans