Help for this page

Select Code to Download


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