Help for this page
use English ... { # AF_UNIX is not avalable }
TODO: { ... lives_ok { $LOG->config({type=>'unix',path=>$path}) }; throws_ok { $LOG->config({type=>'unix',path=>'nosuch'}) } qr/con +nect:/; }