Mac-PropertyList-SAX
This file describes Mac::PropertyList::SAX, which extends Mac::PropertyList,
using a "real" XML parser from XML::SAX::ParserFactory to speed up processing
of large files (small files may suffer a reduction in performance due to the
overhead of invoking the parser).
See the module POD and Mac::PropertyList for more information.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Mac::PropertyList::SAX
You can also look for information at:
Search CPAN
CPAN Request Tracker:
AnnoCPAN, annotated CPAN documentation:
CPAN Ratings:
COPYRIGHT AND LICENCE
Copyright (C) 2006 Darren M. Kulp
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.