X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=blobdiff_plain;f=lib%2FIPC%2FMorseSignals.pm;h=4433afdbecb275b1f6db9cf923ec59ec6dc6df2a;hp=43d3f1d0540c4851f91375815bbeffcb902134ae;hb=90d2b0db8abb64d3c16d674091938f8c65e9caac;hpb=5fce18d9cd1111ef3703d93bef8baba2a7c8fa10 diff --git a/lib/IPC/MorseSignals.pm b/lib/IPC/MorseSignals.pm index 43d3f1d..4433afd 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.11 +Version 0.12 =cut -our $VERSION = '0.11'; +our $VERSION = '0.12'; =head1 SYNOPSIS @@ -34,7 +34,7 @@ our $VERSION = '0.11'; 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