From: Vincent Pit Date: Fri, 23 Aug 2013 19:47:41 +0000 (-0300) Subject: Add missing bullets to POD items X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FBit-MorseSignals.git;a=commitdiff_plain;h=35563d8644a10b1ac4a4434e000708abb9c5f476 Add missing bullets to POD items --- diff --git a/lib/Bit/MorseSignals.pm b/lib/Bit/MorseSignals.pm index fa97151..4450176 100644 --- a/lib/Bit/MorseSignals.pm +++ b/lib/Bit/MorseSignals.pm @@ -34,9 +34,13 @@ An actual implementation is also provided : =over 4 -=item L is a base class for emitters ; +=item * -=item L is a base class for receivers. +L is a base class for emitters ; + +=item * + +L is a base class for receivers. =back @@ -50,9 +54,13 @@ The header is composed of three bits (lowest weight coming first) : =over 4 -=item - The 2 first ones denote the data type : a value of 0 is used for a plain string, 1 for an UTF-8 encoded string, and 2 for a L object. See also the L section ; +=item * + +The 2 first ones denote the data type : a value of 0 is used for a plain string, 1 for an UTF-8 encoded string, and 2 for a L object. See also the L section ; -=item - The third one is reserved. For compatibility reasons, the receiver should for now enforce the message data type to plain when this bit is lit. +=item * + +The third one is reserved. For compatibility reasons, the receiver should for now enforce the message data type to plain when this bit is lit. =back @@ -60,9 +68,13 @@ The emitter computes then the longuest sequence of successives 0 (say, m) and 1 =over 4 -=item - If m > n, we take n+1 times 1 followed by one 0 ; +=item * + +If m > n, we take n+1 times 1 followed by one 0 ; + +=item * -=item - Otherwise, we take m+1 times 0 followed by one 1. +Otherwise, we take m+1 times 0 followed by one 1. =back