Revision history for IPC-MorseSignals
+0.17 2017-07-23 21:10 UTC
+ With this release, this module is formally deprecated. Don't expect any
+ new release.
+ + Doc : Document deprecation.
+ + Doc : Fix miscellaneous nits.
+
0.16 2013-08-22 20:35 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.15 can skip this update.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140",
+ "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "IPC-MorseSignals",
"no_index" : {
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FIPC-MorseSignals.git"
}
},
- "version" : "0.16"
+ "version" : "0.17",
+ "x_serialization_backend" : "JSON::PP version 2.94"
}
author:
- 'Vincent Pit <perl@profvince.com>'
build_requires:
- Bit::MorseSignals: 0.05
- Carp: 0
- Config: 0
- Data::Dumper: 0
- Exporter: 0
- ExtUtils::MakeMaker: 0
- POSIX: 0
- Test::More: 0
- Time::HiRes: 0
- base: 0
- utf8: 0
+ Bit::MorseSignals: '0.05'
+ Carp: '0'
+ Config: '0'
+ Data::Dumper: '0'
+ Exporter: '0'
+ ExtUtils::MakeMaker: '0'
+ POSIX: '0'
+ Test::More: '0'
+ Time::HiRes: '0'
+ base: '0'
+ utf8: '0'
configure_requires:
- Config: 0
- ExtUtils::MakeMaker: 0
+ Config: '0'
+ ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140'
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: IPC-MorseSignals
no_index:
directory:
- t
- inc
requires:
- Bit::MorseSignals: 0.05
- Carp: 0
- POSIX: 0
- Time::HiRes: 0
- base: 0
- perl: 5.008
+ Bit::MorseSignals: '0.05'
+ Carp: '0'
+ POSIX: '0'
+ Time::HiRes: '0'
+ base: '0'
+ perl: '5.008'
resources:
bugtracker: http://rt.cpan.org/Dist/Display.html?Name=IPC-MorseSignals
homepage: http://search.cpan.org/dist/IPC-MorseSignals/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2FIPC-MorseSignals.git
-version: 0.16
+version: '0.17'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
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
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. :)
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.
=head1 VERSION
-Version 0.16
+Version 0.17
=cut
-our $VERSION = '0.16';
+our $VERSION = '0.17';
=head1 WARNING
=head1 VERSION
-Version 0.16
+Version 0.17
=cut
-our $VERSION = '0.16';
+our $VERSION = '0.17';
=head1 WARNING
=head1 VERSION
-Version 0.16
+Version 0.17
=cut
-our $VERSION = '0.16';
+our $VERSION = '0.17';
=head1 WARNING