On Tue, 18 Jun 2002, Stas Bekman wrote: > also started using perl_config_optimize(), which wasn't used before
it is used:
sub make_tools {
my($self, $fh) = @_;
for (@perl_config_pm) {
print $fh $self->canon_make_attr($_, $self->perl_config($_));
}
perl_config() calls &{"perl_config_$_"} if it is defined, else uses
$Config{$_}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
