summaryrefslogtreecommitdiff
path: root/user/perl-xml-sax/perl-xml-sax.post-install
blob: b07b8dae715bb45b31dec364a0d2bca4aa60a112 (plain) (blame)
1
2
3
4
5
#!/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()"