Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
Nicholas Clark [Sun, 8 Sep 2002 23:05:54 +0000 (00:05 +0100)]
Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@17886

configpm

index 9ab7057..3eaed48 100755 (executable)
--- a/configpm
+++ b/configpm
@@ -225,7 +225,7 @@ sub myconfig {
        $summary;
 }
 
-our $Config_SH : shared = <<'!END!';
+our $Config_SH : unique = <<'!END!';
 EOT
 
 print CONFIG join("", @v_fast, sort @v_others);