NAME
Mac::PopClip::Quick::Role::WritePlist - write the plist
SYNOPSIS
package Mac::PopClip::Quick::Generator;
use Moo;
with 'Mac::PopClip::Quick::Role::WritePlist';
...
DESCRIPTION
Add the ability to write the plist
ATTRIBUTES
plist_xml
A string containing the XML for the plist.
By default this is constructed from all the other attributes.
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Mark Fowler.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
SEE ALSO
Mac::PopClip::Quick is the main public interface to this module.
This role is consumed by Mac::PopClip::Quick::Generator.