X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=blobdiff_plain;f=README;h=01bb860f1731e3ebe02bc135f34ddffde2fa8a2e;hp=d8c95f92345442443e893d7c8612e7b33ea9cbb9;hb=c6671a5ed11b430ee6fd63c40102d9981a75b3a4;hpb=f24b9087e504dc42f3900812467a1b4f328cd498 diff --git a/README b/README index d8c95f9..01bb860 100644 --- a/README +++ b/README @@ -2,7 +2,13 @@ NAME IPC::MorseSignals - Communicate between processes with Morse signals. VERSION - Version 0.16 + Version 0.17 + +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 deprecated. + Please don't use it (if you were actually crazy enough to use it). SYNOPSIS # In the sender process @@ -27,8 +33,9 @@ DESCRIPTION through "SIGUSR1" and "SIGUSR2". Both of those signals are used, so you won't be able to keep them for something else when you use this module. - IPC::MorseSignals::Emitter is a base class for emitters ; - IPC::MorseSignals::Receiver is a base class for receivers. + * IPC::MorseSignals::Emitter is a base class for emitters ; + + * IPC::MorseSignals::Receiver is a base class for receivers. But, seriously, use something else for your IPC. :) @@ -77,7 +84,7 @@ ACKNOWLEDGEMENTS your IPC needs. :) 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.