X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=blobdiff_plain;f=lib%2FIPC%2FMorseSignals.pm;h=972192765faaea8df1657ef10659c8ecd16fb49d;hp=2da548f498d4d98f6402c039ea1afc6415cb6088;hb=c6671a5ed11b430ee6fd63c40102d9981a75b3a4;hpb=21ecaad0abc3afdc379efa498a0fdad4ff0e2000 diff --git a/lib/IPC/MorseSignals.pm b/lib/IPC/MorseSignals.pm index 2da548f..9721927 100644 --- a/lib/IPC/MorseSignals.pm +++ b/lib/IPC/MorseSignals.pm @@ -9,11 +9,17 @@ IPC::MorseSignals - Communicate between processes with Morse signals. =head1 VERSION -Version 0.16 +Version 0.17 =cut -our $VERSION = '0.16'; +our $VERSION = '0.17'; + +=head1 WARNING + +Due to the POSIX signals specification (which I wasn't aware of at the time I wrote this module), this module is by nature completely unreliable and will never work properly. +It is therefore B. +Please don't use it (if you were actually crazy enough to use it). =head1 SYNOPSIS @@ -97,7 +103,7 @@ Thanks for the inspiration, mofino ! I hope this module will fill all your IPC n =head1 COPYRIGHT & LICENSE -Copyright 2007,2008,2013 Vincent Pit, all rights reserved. +Copyright 2007,2008,2013,2017 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.