1# test divert-to with tcp 2 3use strict; 4use warnings; 5 6our %args = ( 7 protocol => "tcp", 8 divert => "to", 9); 10