]> git.vpit.fr Git - perl/modules/IPC-MorseSignals.git/blobdiff - lib/IPC/MorseSignals.pm
Bump copyright year
[perl/modules/IPC-MorseSignals.git] / lib / IPC / MorseSignals.pm
index 2da548f498d4d98f6402c039ea1afc6415cb6088..6ed53f07909dea9d08e8101851625e1f218d8497 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
@@ -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.