X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=blobdiff_plain;f=README;h=119ef391776f22bd9b9f5d20a53144646766fdec;hp=120b75c31e4c662330a9f3bb894b0ee19f490e1c;hb=db7266fa5be4347aac1d32a994d6529c7b5a4afb;hpb=5fce18d9cd1111ef3703d93bef8baba2a7c8fa10 diff --git a/README b/README index 120b75c..119ef39 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME IPC::MorseSignals - Communicate between processes with Morse signals. VERSION - Version 0.11 + 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. :)