summaryrefslogtreecommitdiffstats
path: root/perl/perl-xml-libxml/doinst.sh
blob: 37c9498be743cb3c8cee4539321232ea23134b87 (plain)
# Update SAX parsers
chroot . \
  /usr/bin/perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()" 1>/dev/null
chroot . \
  /usr/bin/perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()" 1>/dev/null