From: Vincent Pit Date: Sun, 23 Jul 2017 20:57:06 +0000 (+0200) Subject: Formally deprecate the module X-Git-Tag: v0.17~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=commitdiff_plain;h=4ccefc20fdf523c2a0cfedceedf433e3d08dbba9 Formally deprecate the module --- diff --git a/lib/IPC/MorseSignals.pm b/lib/IPC/MorseSignals.pm index 2da548f..56231ac 100644 --- a/lib/IPC/MorseSignals.pm +++ b/lib/IPC/MorseSignals.pm @@ -15,6 +15,12 @@ Version 0.16 our $VERSION = '0.16'; +=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 # In the sender process diff --git a/lib/IPC/MorseSignals/Emitter.pm b/lib/IPC/MorseSignals/Emitter.pm index a8abfae..ffed6f9 100644 --- a/lib/IPC/MorseSignals/Emitter.pm +++ b/lib/IPC/MorseSignals/Emitter.pm @@ -22,6 +22,12 @@ Version 0.16 our $VERSION = '0.16'; +=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 use IPC::MorseSignals::Emitter; diff --git a/lib/IPC/MorseSignals/Receiver.pm b/lib/IPC/MorseSignals/Receiver.pm index 96d0420..c15eca7 100644 --- a/lib/IPC/MorseSignals/Receiver.pm +++ b/lib/IPC/MorseSignals/Receiver.pm @@ -20,6 +20,12 @@ Version 0.16 our $VERSION = '0.16'; +=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 use IPC::MorseSignals::Receiver;