You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1999/06/11 04:19:59 UTC

cvs commit: modperl/lib/Apache ExtUtils.pm

dougm       99/06/10 19:19:58

  Modified:    lib/Apache ExtUtils.pm
  Log:
  s/class/pclass/
  
  Revision  Changes    Path
  1.18      +1 -1      modperl/lib/Apache/ExtUtils.pm
  
  Index: ExtUtils.pm
  ===================================================================
  RCS file: /export/home/cvs/modperl/lib/Apache/ExtUtils.pm,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ExtUtils.pm	1999/05/26 06:20:04	1.17
  +++ ExtUtils.pm	1999/06/11 02:19:56	1.18
  @@ -163,7 +163,7 @@
   	(mod_perl_perl_dir_config *)
   	    palloc(p, sizeof (mod_perl_perl_dir_config));
       cld->obj = Nullsv;
  -    cld->class = "$class";
  +    cld->pclass = "$class";
       register_cleanup(p, cld, perl_perl_cmd_cleanup, null_cleanup);
       return cld;
   }