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;
=