]> git.vpit.fr Git - perl/modules/IPC-MorseSignals.git/commitdiff
Formally deprecate the module
authorVincent Pit <perl@profvince.com>
Sun, 23 Jul 2017 20:57:06 +0000 (22:57 +0200)
committerVincent Pit <perl@profvince.com>
Sun, 23 Jul 2017 20:57:06 +0000 (22:57 +0200)
lib/IPC/MorseSignals.pm
lib/IPC/MorseSignals/Emitter.pm
lib/IPC/MorseSignals/Receiver.pm

index 2da548f498d4d98f6402c039ea1afc6415cb6088..56231ac25bd9f6ff95222cfcc1ad75bafe9ae738 100644 (file)
@@ -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<deprecated>.
+Please don't use it (if you were actually crazy enough to use it).
+
 =head1 SYNOPSIS
 
     # In the sender process
index a8abfae3421cd384fdc36d9bee53de7ddf70e9bd..ffed6f987349a749787b6ab6c7c6d6a37ad4356d 100644 (file)
@@ -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<deprecated>.
+Please don't use it (if you were actually crazy enough to use it).
+
 =head1 SYNOPSIS
 
     use IPC::MorseSignals::Emitter;
index 96d04201a1e0b288fc9a855010c1afad1b6a7ff0..c15eca742255fd4842cba334bbe6d53233711dd1 100644 (file)
@@ -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<deprecated>.
+Please don't use it (if you were actually crazy enough to use it).
+
 =head1 SYNOPSIS
 
     use IPC::MorseSignals::Receiver;