X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FBit-MorseSignals.git;a=blobdiff_plain;f=lib%2FBit%2FMorseSignals.pm;h=a8d13f6faa85c191c537a6f7f19d2030ab61ed06;hp=b2afc844829f652505952ba29fade9325332acbb;hb=ed888890547450e75030085fadb958c5ea2a6421;hpb=f90efd6aef2e807ed35c07341456ce727d6668bc diff --git a/lib/Bit/MorseSignals.pm b/lib/Bit/MorseSignals.pm index b2afc84..a8d13f6 100644 --- a/lib/Bit/MorseSignals.pm +++ b/lib/Bit/MorseSignals.pm @@ -9,11 +9,11 @@ Bit::MorseSignals - The MorseSignals protocol. =head1 VERSION -Version 0.01 +Version 0.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; =head1 DESCRIPTION @@ -39,7 +39,7 @@ The header is composed of three bits (lowest weight coming first) : =over 4 -=item - The 2 first ones denotes 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 sections ; +=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.