The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Signal::Safety - Enable or disable safe signal handling

VERSION

version 0.001

DESCRIPTION

This module exposes perl's signal safety feature. It allows you to temporarily turn off safe signal handling in a user-friendly way.

SYNOPSIS { local $Signal::Safety = 0; do_something_scary(): }

AUTHOR

Leon Timmermans <leont@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.