matts 2003/03/18 07:19:46
Modified: lib/Apache/AxKit LibXMLSupport.pm Log: Load provider (not necessary except maybe for testing?) Revision Changes Path 1.2 +3 -2 xml-axkit/lib/Apache/AxKit/LibXMLSupport.pm Index: LibXMLSupport.pm =================================================================== RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/LibXMLSupport.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LibXMLSupport.pm 18 Feb 2003 22:37:22 -0000 1.1 +++ LibXMLSupport.pm 18 Mar 2003 15:19:46 -0000 1.2 @@ -3,6 +3,7 @@ package Apache::AxKit::LibXMLSupport; use strict; use XML::LibXML 1.50; +use Apache::AxKit::Provider; use vars qw($provider_cb); @@ -89,4 +90,4 @@ provider in different ways and register the fact that it was created. If you don't provide a callback though a default one will be provided. -=cut \ No newline at end of file +=cut