X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FIPC%2FMorseSignals.pm;h=7cb39284b99102753dcaded98c65bcac9fcebe63;hb=66395d4fefdc940dce749d571e5c8106f682eca4;hp=8389e5aa1d1fe6b3c0e8d82b59f829bb9868a516;hpb=ddcc7c395d570f0ea20a8e9a242fcbfcc0e49522;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/lib/IPC/MorseSignals.pm b/lib/IPC/MorseSignals.pm index 8389e5a..7cb3928 100644 --- a/lib/IPC/MorseSignals.pm +++ b/lib/IPC/MorseSignals.pm @@ -9,11 +9,11 @@ IPC::MorseSignals - Communicate between processes with Morse signals. =head1 VERSION -Version 0.10 +Version 0.13 =cut -our $VERSION = '0.10'; +our $VERSION = '0.13'; =head1 SYNOPSIS @@ -34,7 +34,7 @@ our $VERSION = '0.10'; print STDERR "GOT $_[1]\n"; }; -head1 DESCRIPTION +=head1 DESCRIPTION This module implements a rare form of IPC by sending Morse-like signals through C and C. Both of those signals are used, so you won't be able to keep them for something else when you use this module. @@ -42,7 +42,7 @@ This module implements a rare form of IPC by sending Morse-like signals through =item L is a base class for emitters ; -=item L is a base class for receivers ; +=item L is a base class for receivers. =back