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

NAME

GSM::SMS::TransportRouter::Simple - A simple router

DESCRIPTION

Iterates over the transports until one return true on the has_valid_route method.

METHODS

route - the route method
  $transport = $router->route( $msisdn, @transport_list );

AUTHOR

Johan Van den Brande <johan@vandenbrande.com>