Date:   Friday June 21, 2002 @ 16:44
Author: matt

Update of /home/cvs/AxKit-XSP-Wiki/lib/AxKit/XSP
In directory ted.sergeant.org:/home/matt/Perl/AxKit-XSP-Wiki/lib/AxKit/XSP

Modified Files:
        Wiki.pm 
Log Message:
SQL bugs
Log:
PR:

Index: Wiki.pm
===================================================================
RCS file: /home/cvs/AxKit-XSP-Wiki/lib/AxKit/XSP/Wiki.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -r1.4 -r1.5
--- Wiki.pm     2002/06/21 15:41:54     1.4
+++ Wiki.pm     2002/06/21 15:44:08     1.5
@@ -5,7 +5,7 @@
 use Apache::AxKit::Language::XSP::TaglibHelper;
 use vars qw($VERSION $NS @ISA @EXPORT_TAGLIB);
 
-$VERSION = '0.03';
+$VERSION = '0.04';
 
 # The namespace associated with this taglib.
 $NS = 'http://axkit.org/NS/xsp/wiki/1';
@@ -171,7 +171,11 @@
     });
     $db->do(q{
        insert into Formatter (module, name) values ('Pod::SAX', 'pod - plain old 
documentation')
+            });
+    $db->do(q{
        insert into Formatter (module, name) values ('Text::WikiFormat::SAX', 'wiki 
text')
+            });
+    $db->do(q{
        insert into Formatter (module, name) values ('XML::LibXML::SAX::Parser', 'xml 
(freeform)')
     });
     $db->commit;

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to