Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kulp/mac-propertylist-sax
work with Mac plists at a low level, fast
https://github.com/kulp/mac-propertylist-sax
macos perl plist xml
Last synced: 10 days ago
JSON representation
work with Mac plists at a low level, fast
- Host: GitHub
- URL: https://github.com/kulp/mac-propertylist-sax
- Owner: kulp
- License: other
- Created: 2010-12-04T15:32:25.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T00:56:26.000Z (over 2 years ago)
- Last Synced: 2024-10-28T20:44:56.451Z (about 2 months ago)
- Topics: macos, perl, plist, xml
- Language: Perl
- Homepage: http://search.cpan.org/dist/Mac-PropertyList-SAX/
- Size: 162 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# `Mac-PropertyList-SAX`
This file describes `Mac::PropertyList::SAX`, which extends [`Mac::PropertyList`][mp],
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][pod] and [`Mac::PropertyList`][mp] for more information.
# Installation
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install# Copyright and licence
Copyright (C) 2006-2022 Darren M. Kulp
This program is free software under the terms of the Artistic License 2.0; see
the accompanying [`LICENSE`][lic] file for full terms.[pod]: README.pod
[mp]: https://github.com/briandfoy/mac-propertylist
[lic]: LICENSE