dougm       01/08/25 12:55:03

  Modified:    lib/Apache ExtUtils.pm
               .        Changes
  Log:
  allow overriding of container directive handlers using the func parameter
  Submitted by: Geoffrey Young <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.23      +1 -1      modperl/lib/Apache/ExtUtils.pm
  
  Index: ExtUtils.pm
  ===================================================================
  RCS file: /home/cvs/modperl/lib/Apache/ExtUtils.pm,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ExtUtils.pm       2000/12/30 05:08:57     1.22
  +++ ExtUtils.pm       2001/08/25 19:55:03     1.23
  @@ -148,7 +148,7 @@
        }
        $name ||= $sub;
        my $realname = $name;
  -     if($name =~ s/[\<\>]//g) {
  +       if ($name =~ s/[\<\>]//g && !$cmd->{func}) {
            if($name =~ s:^/::) {
                $name .= "_END";
            }
  
  
  
  1.619     +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.618
  retrieving revision 1.619
  diff -u -r1.618 -r1.619
  --- Changes   2001/08/22 02:31:29     1.618
  +++ Changes   2001/08/25 19:55:03     1.619
  @@ -10,6 +10,9 @@
   
   =item 1.26_01-dev
   
  +allow overriding of container directive handlers using the func parameter
  +[Geoffrey Young <[EMAIL PROTECTED]>]
  +
   enable directive handler support for TAKE13
   [Geoffrey Young <[EMAIL PROTECTED]>]
   
  
  
  

Reply via email to