Module updates

Matts on 2003-07-31T20:09:49

XML::Parser 2.33 fixes the broken Tree style, and applies the long standing patch in the XML::DOM distribution.

DBD::SQLite 0.26 allows you to define extension functions and aggregates in perl, and also allows you to store binary data in your database (by escaping null bytes as \0, and backslashes as \\) if you set a flag on the database handle.