No Socket, little Net.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 25 Nov 2001 23:01:39 +0000 (23:01 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 25 Nov 2001 23:01:39 +0000 (23:01 +0000)
p4raw-id: //depot/perl@13277

t/lib/1_compile.t

index 51d4d6a..47f2dcf 100644 (file)
@@ -72,6 +72,8 @@ add_by_name('File::Spec::Functions'); # put this back
 
 delete_by_prefix('Attribute::Handlers');# we test this, and we have demos
 
+delete_by_prefix('Net::') unless has_extension('Socket');
+
 sub using_feature {
     my $use = "use$_[0]";
     exists $Config{$use} &&