Test2-Ipc-Driver

Test2::IPC::Driver(3p) Perl Programmers Reference Guide

Test2-Ipc-Driver

Test2::IPC::Driver(3p) Perl Programmers Reference Guide # Test2::IPC::Driver(3p) Perl Programmers Reference Guide NNAAMMEE # Test2::IPC::Driver - Base class for Test2 IPC drivers. SSYYNNOOPPSSIISS # package Test2::IPC::Driver::MyDriver; use base 'Test2::IPC::Driver'; ... MMEETTHHOODDSS # $self->abort($msg) If an IPC encounters a fatal error it should use this. This will print the message to STDERR with 'IPC Fatal Error: ' prefixed to it, then it will forcefully exit 255. IPC errors may occur in threads or processes other than the main one, this method provides the best chance of the harness noticing the error. ...