On Fri, Oct 07, 2005 at 03:10:40PM +0400, Andrew Shirrayev wrote:
>$debugperl -MConfig -le 'print "usemymalloc is ".$Config::Config{usemymalloc}'
>usemymalloc is n

This is a side-effect of there being only one Config.pm shipped which is
used by both perl and debugperl:

  $ perl -MConfig -le 'print $INC{"Config.pm"}'
  /usr/lib/perl/5.8/Config.pm
  $ debugperl -MConfig -le 'print $INC{"Config.pm"}'
  /usr/lib/perl/5.8/Config.pm

Potentially confusing perhaps, but is this actually causing you a
problem?

--bod


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to