Source: libyaml-appconfig-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl (>= 5.6.10-12), libyaml-syck-perl | libyaml-perl (>= 0.38)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/YAML-AppConfig/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libyaml-appconfig-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libyaml-appconfig-perl/

Package: libyaml-appconfig-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libyaml-syck-perl | libyaml-perl (>= 0.38)
Description: manage configuration files with YAML and variable references
 YAML::AppConfig manages configuration files using YAML for storage. It also
 provides variable interpolation, similar to AppConfig.
 .
 Configuration keys can be accessed via dedicated get_foo/set_foo methods or
 through an all-in-one hash.
