]> git.vpit.fr Git - perl/modules/IPC-MorseSignals.git/blobdiff - lib/IPC/MorseSignals.pm
Add missing bullets to POD items
[perl/modules/IPC-MorseSignals.git] / lib / IPC / MorseSignals.pm
index bfe72a9a45dca0c01d253a037410ba34072a88d8..13a6d2fe30f5b27b32c66516703790617e25d845 100644 (file)
@@ -9,11 +9,11 @@ IPC::MorseSignals - Communicate between processes with Morse signals.
 
 =head1 VERSION
 
-Version 0.15
+Version 0.16
 
 =cut
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 
 =head1 SYNOPSIS
 
@@ -40,14 +40,23 @@ This module implements a rare form of IPC by sending Morse-like signals through
 
 =over 4
 
-=item L<IPC::MorseSignals::Emitter> is a base class for emitters ;
+=item *
 
-=item L<IPC::MorseSignals::Receiver> is a base class for receivers.
+L<IPC::MorseSignals::Emitter> is a base class for emitters ;
+
+=item *
+
+L<IPC::MorseSignals::Receiver> is a base class for receivers.
 
 =back
 
 But, seriously, use something else for your IPC. :)
 
+=head1 CAVEATS
+
+When the same signal is sent several times in a row to a process, the POSIX standard does not guarantee that the relevant signal handler will be called for each of the notifications.
+This will result in malformed messages if the transfer speed is so high that the operating system does not have the time to call the signal handler for each bit.
+
 =head1 DEPENDENCIES
 
 You need the complete L<Bit::MorseSignals> distribution.