jasons 2002/10/19 16:03:47 Modified: perl Xerces-extra.pm Log: * Xerces-extra.pm (Repository): removed INIT for HTML::Mason and mod_perl Revision Changes Path 1.7 +7 -7 xml-xerces/perl/Xerces-extra.pm Index: Xerces-extra.pm =================================================================== RCS file: /home/cvs/xml-xerces/perl/Xerces-extra.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Xerces-extra.pm 27 Aug 2002 19:50:37 -0000 1.6 +++ Xerces-extra.pm 19 Oct 2002 23:03:47 -0000 1.7 @@ -1,13 +1,13 @@ use strict; -INIT { - # NOTICE: We are automatically calling XMLPlatformUtils::Initialize() - # when the module is loaded. Don't bother calling it on your own. - # - # - XML::Xerces::XMLPlatformUtils::Initialize(); -} +# INIT { +# # NOTICE: We are automatically calling XMLPlatformUtils::Initialize() +# # when the module is loaded. Don't bother calling it on your own. +# # +# # +# # XML::Xerces::XMLPlatformUtils::Initialize(); +# } END { # NOTICE: We are automatically calling XMLPlatformUtils::Terminate()
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]