about summary refs log tree commit
path: root/Configure
diff options
context:
space:
mode:
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/Configure b/Configure
index c207277..105e151 100755
--- a/Configure
+++ b/Configure
@@ -255,10 +255,8 @@ if( -f $libnet_cfg )
 elsif (eval { require Net::Config })
  {
   $have_old = 1;
-  {
   no warnings 'once';
   %oldcfg = %Net::Config::NetConfig;
-  }
  }
 
 map { $cfg{lc $_} = $cfg{$_}; delete $cfg{$_} if /[A-Z]/ } keys %cfg;