blob: 6ba330c20e66211723d1c6b6e830b28ff0a4beb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
This class loader 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 file is one complete
dictionary.
WWW: http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/
|