aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sys-SigAction/pkg-descr
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-09-18 18:24:59 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-09-18 18:24:59 +0000
commitc72520c0f06e2fdb6c1dd4f20ae20b12c1ba7662 (patch)
tree37c49be7cbbd0722ed1427b4fba689dfe83cebb4 /devel/p5-Sys-SigAction/pkg-descr
parente7cc10c19422cc2c747b834d8439f9a1105fc1d2 (diff)
Notes
Diffstat (limited to 'devel/p5-Sys-SigAction/pkg-descr')
-rw-r--r--devel/p5-Sys-SigAction/pkg-descr6
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/