The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Signal::Safety - Enable or disable safe signal handling

VERSION

version 0.002

SYNOPSIS

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

DESCRIPTION

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

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.