diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-09-18 18:24:59 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-09-18 18:24:59 +0000 |
commit | c72520c0f06e2fdb6c1dd4f20ae20b12c1ba7662 (patch) | |
tree | 37c49be7cbbd0722ed1427b4fba689dfe83cebb4 /devel/p5-Sys-SigAction/pkg-descr | |
parent | e7cc10c19422cc2c747b834d8439f9a1105fc1d2 (diff) |
Notes
Diffstat (limited to 'devel/p5-Sys-SigAction/pkg-descr')
-rw-r--r-- | devel/p5-Sys-SigAction/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Sys-SigAction/pkg-descr b/devel/p5-Sys-SigAction/pkg-descr new file mode 100644 index 000000000000..2caedae29a4a --- /dev/null +++ b/devel/p5-Sys-SigAction/pkg-descr @@ -0,0 +1,6 @@ +Sys::SigAction - Perl extension for Consistent Signal Handling. +With the use of this module, the signal handling behavior +can be coded in a way that does not change from one perl version +to the next, and thus using POSIX::sigaction() becomes a little easier. + +WWW: http://search.cpan.org/dist/Sys-SigAction/ |