DESCRIPTION
"Process::YAML" provides an implementation of the Process::Serializable
role using the YAML::Syck module from CPAN. It is not itself a subclass
of Process so you will need to inherit from both.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
For list of dependencies that includes versions, please refer to the META.yml file in this distribution.
Process
YAML::Syck
SEE ALSO
The "Process" distribution from CPAN.
Current versions of this module may be found via http://steffen-mueller.net or CPAN.
Please send your suggestions, inquiries, and feedback to modules at steffen-mueller dot net
COPYRIGHT AND LICENCE
Copyright (c) 2006 Steffen Mueller
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.