Name : perl-WordList
| |
Version : 0.4.1
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp151.1.1
| Date : 2018-12-03 22:56:06
|
Group : Development/Libraries/Perl
| Source RPM : perl-WordList-0.4.1-lp151.1.1.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : Word lists
|
Description :
\'WordList::*\' modules are modules that contain, well, list of words. This module, \'WordList\', serves as a base class and establishes convention for such modules.
\'WordList\' is an alternative interface for Games::Word::Wordlist and \'Games::Word::Wordlist::*\'. Its main difference is: \'WordList::*\' wordlists are read-only/immutable and the modules are designed to have low startup overhead. This makes them more suitable for use in CLI scripts which often only want to pick a word from one or several lists.
Unless you are defining a dynamic wordlist (see below), words (or phrases) must be put in \'__DATA__\' section, one per line. Putting the wordlist in the \'__DATA__\' section relieves perl from having to parse the list during the loading of the module. To search for words or picking some random words from the list, the module also need not slurp the whole list into memory (and will not do so unless explicitly instructed).
You must sort your words ascibetically (or by Unicode code point). Sorting makes it more convenient to diff different versions of the module, as well as performing binary search. If you have a different sort order other than ascibetical, you must set package variable \'$SORT\' with some true value (say, \'frequency\').
There must not be any duplicate entry in the word list.
*Dynamic and non-deterministic wordlist.* A dynamic wordlist must set package variable \'$DYNAMIC\' to either 1 (deterministic) or 2 (non-deterministic). A dynamic wordlist does not put the wordlist in the DATA section; instead, user relies on \'each_word()\' or \'all_words()\' to get the list. A deterministic wordlist returns the same list everytime \'each_word()\' or \'all_words()\' is called. A non-deterministic list can return a different list for a different \'each_word()\' or \'all_words()\' call.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_15.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(WordList)
perl(WordList::Namespace)
perl(WordList::Test::OneTwo)
perl-WordList
Requires :