The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.7.5 - 2020-05-24

  • No spec changes.
  • Split new() to WordListBase.
  • [doc] Add more docs.

Modules

Word lists
Wordlist that returns one, two (via implementing each_word())
Wordlist that returns one, two (via implementing each_word())
Wordlist that returns one, two (via implementing first_word(), next_word(), and reset_iterator())
Wordlist that contains "one" and "two"
WordList base class
Provide each_word(); relies on first_word(), next_word(), reset_iterator()
Provide first_word(), next_word(), reset_iterator(); relies on each_word()
A test role
The WordList methods