This directory contains:
- 2 examples using [[https://manpages.debian.org/buster/libconfig-model-dpkg-perl/Config::Model::Backend::DpkgSyntax.3pm.en.html][Config::Model::Backend::DpkgSyntax]] to read and
write Debian control files:
- dpkg-parser.pl :: an example to add DpkgSyntax role to a class and
parse a control file (=dpkg-test=)
- dpkg-writer.pl :: an example to add DpkgSyntax role to a class and
write a control file. The control data is hardcoded in
=dpkg-writer.pl= and the control file is shown on its output.
|