#!/usr/bin/perl
if('POST-INSTALL' eq $ARGV[1])	{
	eval "use XML::SAX;";
	die $@ if $@;
	XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers();
}
