X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FIPC%2FMorseSignals.pm;h=56231ac25bd9f6ff95222cfcc1ad75bafe9ae738;hb=4ccefc20fdf523c2a0cfedceedf433e3d08dbba9;hp=13a6d2fe30f5b27b32c66516703790617e25d845;hpb=b52005935d531b334d32321ba97c9a94d85cbb0c;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/lib/IPC/MorseSignals.pm b/lib/IPC/MorseSignals.pm index 13a6d2f..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 @@ -36,7 +42,8 @@ our $VERSION = '0.16'; =head1 DESCRIPTION -This module implements a rare form of IPC by sending Morse-like signals through C and C. Both of those signals are used, so you won't be able to keep them for something else when you use this module. +This module implements a rare form of IPC by sending Morse-like signals through C and C. +Both of those signals are used, so you won't be able to keep them for something else when you use this module. =over 4 @@ -81,7 +88,8 @@ You can contact me by mail or on C (vincent). =head1 BUGS -Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. +Please report any bugs or feature requests to C, or through the web interface at L. +I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT