[ 源代码: libdata-phrasebook-perl ]
软件包:libdata-phrasebook-perl(0.35-1)
libdata-phrasebook-perl 的相关链接
Debian 的资源:
下载源码包 libdata-phrasebook-perl:
- [libdata-phrasebook-perl_0.35-1.dsc]
- [libdata-phrasebook-perl_0.35.orig.tar.gz]
- [libdata-phrasebook-perl_0.35-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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)
- 拉里 沃尔的实用报表提取语言(Perl)
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- sug: libdata-phrasebook-loader-yaml-perl
- loader class for Data::Phrasebook using YAML