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.6

  • Rewrote everything to be stateful. We now have a stack of states. You can enter a new state, or exit and query the current state. The current state's handle method will be invoked for each line received by ->control
  • It is expected that states will be based on, or at least implement the interface of Device::Ericsson::AccessoryMenu::State, and that they will be named Device::Ericsson::AccessoryMenu::$state.
  • INCOMPATIBLE CHANGE moved send_menu over to Menu->on_enter
  • reimplemented send_text as a thin shim around enter_state( 'Text' )
  • implemented mouse_move as a similar shim
  • worked over examples/remote to be much more functional

Modules

allows use of a T68i as a remote control

Provides

in lib/Device/Ericsson/AccessoryMenu/State.pm