update-perl-sax-parsers
inserts, updates and removes individual Perl SAX parser module info
files in the directory
/etc/perl/XML/SAX/ParserDetails.d
and the overall Perl SAX parser modules info file
/etc/perl/XML/SAX/ParserDetails.ini.
OPTIONS
--add
Adds the per-module info file for the indicated Perl SAX parser module
to the directory
/etc/perl/XML/SAX/ParserDetails.d.
--remove
Removes the per-module info file for Perl SAX parser module from the
directory
/etc/perl/XML/SAX/ParserDetails.d.
--update
updates the overall Perl SAX parser modules info file
/etc/perl/XML/SAX/ParserDetails.ini.
--directory
When used with
--add
or with
--remove
indicates the ParserDetails.d directory to use for storing the
per-module Perl SAX parser module info file. When used one or more
times with
--update
indicates the ParserDetails.d directories to be used as source for
generating the ParserDetails.ini file. Default is
/etc/perl/XML/SAX/ParserDetails.d.
--file
Indicates the ParserDetails.ini file up be updated. Default is
/etc/perl/XML/SAX/ParserDetails.ini.
--quiet
Prevents any diagnostic output.
--test
Prevents the modification of any files and enables debugging mode.
--version
Displays the version information and exits.
--help
Display the usage information and exits.
NOTE
Installing the original package from CPAN into /usr/local breaks the
Debian package, since the former is in Perl's @INC before the latter.
So, please don't do this.
If there's a new version of XML::SAX simply file a wishlist against
the Debian package and wait for the update.