matts       2005/08/09 09:10:57

  Modified:    lib/Apache/AxKit Provider.pm
  Log:
  Compile fix
  
  Revision  Changes    Path
  1.22      +2 -2      xml-axkit/lib/Apache/AxKit/Provider.pm
  
  Index: Provider.pm
  ===================================================================
  RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Provider.pm,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- Provider.pm       9 Aug 2005 15:50:51 -0000       1.21
  +++ Provider.pm       9 Aug 2005 16:10:57 -0000       1.22
  @@ -76,6 +76,7 @@
       my ($uri,$r,$provider_cb) = @_;
       my ($protocol) = ($uri =~ m/^([a-zA-Z0-9]+):/);
       if ($protocol && ref($pseudo_protocols{$protocol})) {
  +        AxKit::Debug(8, "using pseudo_protocol: $protocol");
           return $pseudo_protocols{$protocol}->($uri,$r);
       }
       
  @@ -246,7 +247,6 @@
               $provider->get_strref;
           };
   
  -        undef $provider;
           undef $apache;
           undef $sub;
           undef $cfg;
  
  
  

Reply via email to