| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 
 | Source: libdata-phrasebook-loader-yaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdata-phrasebook-perl,
                     libtest-distribution-perl,
                     libyaml-perl,
                     perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-phrasebook-loader-yaml-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-phrasebook-loader-yaml-perl.git
Homepage: https://metacpan.org/release/Data-Phrasebook-Loader-YAML
Package: libdata-phrasebook-loader-yaml-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-phrasebook-perl,
         libyaml-perl
Description: loader class for Data::Phrasebook using YAML
 Data::Phrasebook::Loader::YAML implements phrasebook patterns using YAML.
 .
 Phrases can be contained within one or more dictionaries, with each phrase
 accessible via a unique key. Phrases may contain placeholders, please see
 Data::Phrasebook for an explanation of how to use these. Groups of phrases
 are kept in a dictionary. In this implementation a single YAML file is one
 complete dictionary.
 |