#!/bin/sh
# Remove the parser from the registry.

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