You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by jw...@apache.org on 2002/04/22 15:01:34 UTC

cvs commit: xml-axkit/lib/Apache/AxKit/Language LibXSLT.pm

jwalt       02/04/22 06:01:34

  Modified:    lib/Apache/AxKit/Language LibXSLT.pm
  Log:
  - QnD fix for spurious "can't call method transform on an unblessed reference"
  
  Revision  Changes    Path
  1.5       +0 -0      xml-axkit/lib/Apache/AxKit/Language/LibXSLT.pm
  
  Index: LibXSLT.pm
  ===================================================================
  RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Language/LibXSLT.pm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LibXSLT.pm	25 Mar 2002 14:06:09 -0000	1.4
  +++ LibXSLT.pm	22 Apr 2002 13:01:34 -0000	1.5
  @@ -1,4 +1,4 @@
  -# $Id: LibXSLT.pm,v 1.4 2002/03/25 14:06:09 jwalt Exp $
  +# $Id: LibXSLT.pm,v 1.5 2002/04/22 13:01:34 jwalt Exp $
   
   package Apache::AxKit::Language::LibXSLT;