Package: mac-propertylist-pm Version: 1.502 Revision: 1 Description: Perl .plist parser Type: perl License: Artistic Maintainer: Benjamin Reed BuildDepends: << extutils-makemaker-pm (>= 6.64) << Depends: << xml-entities-pm << Source: mirror:cpan:modules/by-module/Mac/Mac-PropertyList-%v.tar.gz Source-Checksum: SHA256(fa42f9fe904301bd51f3f1cd075a4bd02a118ac1ec7994c0bb7d705b70dff5be) UpdatePOD: true DocFiles: Changes LICENSE README.pod Homepage: https://metacpan.org/dist/Mac-PropertyList DescDetail: << This module is a low-level interface to the Mac OS X Property List (plist) format. You probably shouldn't use this in applications -- build interfaces on top of this so you don't have to put all the heinous multi-level object stuff where people have to look at it. You can parse a plist file and get back a data structure. You can take that data structure and get back the plist as XML. If you want to change the structure inbetween that's your business. :) <<