stas        2003/05/29 21:17:20

  Modified:    lib/ModPerl Config.pm
  Log:
  add the mod_perl version string to the autogenerated bug report
  
  Revision  Changes    Path
  1.9       +2 -0      modperl-2.0/lib/ModPerl/Config.pm
  
  Index: Config.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Config.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Config.pm 20 May 2003 06:02:32 -0000      1.8
  +++ Config.pm 30 May 2003 04:17:19 -0000      1.9
  @@ -10,6 +10,8 @@
   
       my $cfg = '';
   
  +    $cfg .= "*** mod_perl version $mod_perl::VERSION\n\n";;
  +
       $cfg .= "*** using $INC{'Apache/BuildConfig.pm'}\n";
   
       # the widest key length
  
  
  

Reply via email to