软件包: libdata-phrasebook-perl (0.35-1.1)
libdata-phrasebook-perl 的相关链接
Trisquel 的资源:
下载源码包 libdata-phrasebook-perl:
- [libdata-phrasebook-perl_0.35-1.1.dsc]
- [libdata-phrasebook-perl_0.35.orig.tar.gz]
- [libdata-phrasebook-perl_0.35-1.1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- gregor herrmann
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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).
其他与 libdata-phrasebook-perl 有关的软件包
|
|
|
-
- dep: libmodule-pluggable-perl
- module for giving modules the ability to have plugins
- 或者 perl (<< 5.17.0)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: libdata-phrasebook-loader-yaml-perl
- loader class for Data::Phrasebook using YAML