cvs commit: p5ee/App-Context/lib App.pm

[email protected] (Stephen Adkins)
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
cvsuser     05/04/05 11:51:41

  Modified:    App-Context/lib App.pm
  Log:
  default trace_width is 1024
  
  Revision  Changes    Path
  1.15      +2 -2      p5ee/App-Context/lib/App.pm
  
  Index: App.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/App-Context/lib/App.pm,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- App.pm	10 Nov 2004 15:36:37 -0000	1.14
  +++ App.pm	5 Apr 2005 18:51:41 -0000	1.15
  @@ -288,7 +288,7 @@
           $scope .= "," if ($scope);
           $scope .= $trace;
       }
  -    $App::trace_width = (defined $App::options{trace_width}) ? $App::options{trace_width} : 79;
  +    $App::trace_width = (defined $App::options{trace_width}) ? $App::options{trace_width} : 1024;
   
       my $debug = $App::options{debug};
       if ($debug) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.