1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libdata-phrasebook-loader-yaml-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libdata-phrasebook-perl, libyaml-perl, perl,
libtest-distribution-perl, libtest-yaml-meta-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-phrasebook-loader-yaml-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-phrasebook-loader-yaml-perl/
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.
|