X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=119ef391776f22bd9b9f5d20a53144646766fdec;hb=db7266fa5be4347aac1d32a994d6529c7b5a4afb;hp=aa1abb930a0639d08eb37171786e77d78d1ae558;hpb=ddcc7c395d570f0ea20a8e9a242fcbfcc0e49522;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/README b/README index aa1abb9..119ef39 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME IPC::MorseSignals - Communicate between processes with Morse signals. VERSION - Version 0.10 + Version 0.14 SYNOPSIS # In the sender process @@ -22,14 +22,13 @@ SYNOPSIS print STDERR "GOT $_[1]\n"; }; - head1 DESCRIPTION - +DESCRIPTION This module implements a rare form of IPC by sending Morse-like signals through "SIGUSR1" and "SIGUSR2". Both of those signals are used, so you won't be able to keep them for something else when you use this module. IPC::MorseSignals::Emitter is a base class for emitters ; - IPC::MorseSignals::Receiver is a base class for receivers ; + IPC::MorseSignals::Receiver is a base class for receivers. But, seriously, use something else for your IPC. :)