#!/bin/sh
# Add the parser to the registry.

LC_ALL=C perl -MXML::SAX -e \
	"XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"