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