56e1dd2f33
Based on packaged by tnozaki@. This module is a direct XS implementation of Perl SAX parser using Expat. XML::SAX::Expat is implemented as a layer over XML::Parser.
11 lines
264 B
Text
11 lines
264 B
Text
# $NetBSD: INSTALL,v 1.1.1.1 2012/04/15 01:50:08 obache Exp $
|
|
|
|
case ${STAGE} in
|
|
|
|
POST-INSTALL)
|
|
${PERL5} -I@PERL5_INSTALLVENDORLIB@ -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers()"
|
|
${ECHO} "Added parser to XML::SAX registry."
|
|
;;
|
|
|
|
esac
|
|
|