1 2 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
|
Source: libdata-phrasebook-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libmodule-pluggable-perl | perl (<< 5.17.0)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-phrasebook-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-phrasebook-perl.git
Homepage: https://metacpan.org/release/Data-Phrasebook
Testsuite: autopkgtest-pkg-perl
Package: libdata-phrasebook-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmodule-pluggable-perl | perl (<< 5.17.0)
Suggests: libdata-phrasebook-loader-yaml-perl
Description: perl implementation of the phrasebook paradigm
The phrasebook pattern is a technique to separate expressions in one language
(e.g. SQL) from the main code that is written in another (e.g. Perl). The
translations are kept in a separate file - the phrasebook.
.
Data::Phrasebook enables the framework for abstracting common or locale data
out of your code into a datastore. The default is within a plain text file,
but more complex datastores can be intrigrated via the use of other
Data::Pharsebook::Loader distributions (eg YAML, XML, INI, DBI).
|