The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.7.9 - 2021-03-05

  • No spec changes.
  • [doc] Mention WordListRole::FromArray, fix module names in mentions.

Modules

Specification and base class for WordList::*, modules that contain word list
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()
Provide first_word(), next_word(), reset_iterator(), each_word() from _array()
A test role
The WordList methods