diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-08-28 13:55:06 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-08-28 13:55:06 +0000 |
commit | 57a3510cef713deee4cf4e763813d4785aa89c46 (patch) | |
tree | 32669b029cd18e099b78d0b79b5a9e37b40d4404 /devel/p5-AtExit/pkg-descr | |
parent | 482737051f4e26567fe156cf46c51b15256a5cb6 (diff) | |
download | ports-57a3510cef713deee4cf4e763813d4785aa89c46.tar.gz ports-57a3510cef713deee4cf4e763813d4785aa89c46.zip |
Add p5-AtExit 2.01,
AtExit - Perform exit processing for a program
or object.
Notes
Notes:
svn path=/head/; revision=65174
Diffstat (limited to 'devel/p5-AtExit/pkg-descr')
-rw-r--r-- | devel/p5-AtExit/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/p5-AtExit/pkg-descr b/devel/p5-AtExit/pkg-descr new file mode 100644 index 000000000000..9c4bc9978406 --- /dev/null +++ b/devel/p5-AtExit/pkg-descr @@ -0,0 +1,14 @@ +The AtExit module provides ANSI-C style exit processing modeled after +the atexit function in the standard C library (see atexit(3C)). Various +exit processing routines may be registered by calling atexit and passing +it the desired subroutine along with any desired arguments. Then, at +program-exit time, the subroutines registered with atexit are invoked +with their given arguments in the reverse order of registration (last +one registered is invoked first). Registering the same subroutine more +than once will cause that subroutine to be invoked once for each +registration. + +WWW: http://search.cpan.org/search?dist=AtExit + +-- Sergey Skvortsov +skv@FreeBSD.org |