PERL MODULES 9 MODULE SUBMISSION REAPER
Date: Wed, 16 Feb 2005 06:35:48 +0100

Subject: Module submission reaper
From: upload@no-spam (Perl Authors Upload Server)

The following module was proposed for inclusion in the Module List:

modid: reaper DSLIP: bdpfp description: support for reaping child processes via $SIG userid: JGS (Jeremy Slade)
chapterid: 4 (Operating_System_Interfaces)
communities:

similar:

rationale:

reaper is very small in scope, focused purpose, doesn't really fit under existing top-level namespace.

enteredby: JGS (Jeremy Slade)
enteredon: Wed Feb 16 05:35:45 2005 GMT
The resulting entry would be:

reaper bdpfp support for reaping child processes via $SIG JGS
Thanks for registering,
-- The PAUSE
PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=91900000_a11d2bfd7ca8c2fa&SUBMIT_pause99_add_mod_preview=1

Immediate (one click) registration:
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=91900000_a11d2bfd7ca8c2fa&SUBMIT_pause99_add_mod_insertit=1



Subject: Re: Module submission reaper
Date: Wed, 16 Feb 2005 12:35:15 -0600

From: comdog@no-spam (_brian_d_foy)
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]

In article <200502160535.j1G5ZmvT022587@no-spam>, Perl Authors Upload Server <upload@no-spam> wrote:

> modid: reaper > DSLIP: bdpfp > description: support for reaping child processes via $SIG
is this a pragma? All lowercase module names are reserved for pragmas.

-- brian d foy (one of many PAUSE admins), http://pause.perl.org archives at http://www.xray.mpe.mpg.de/mailing-lists/modules please send all messages back to modules@no-spam

Date: Wed, 16 Feb 2005 20:18:45 -0700

Subject: Re: Module submission reaper
From: jeremy@no-spam (Jeremy Slade)
Define pragma. It does define a routine 'reaper' that can be used as:

use reaper qw( reaper );

reaper {
doSomething();
};

So does that count as being a pragma?

Jeremy
_brian_d_foy wrote:
> [[ This message was both posted and mailed: see > the "To," "Cc," and "Newsgroups" headers for details. ]]
> > In article <200502160535.j1G5ZmvT022587@no-spam>, Perl Authors > Upload Server <upload@no-spam> wrote:
> > >> modid: reaper >> DSLIP: bdpfp >> description: support for reaping child processes via $SIG > > > is this a pragma? All lowercase module names are reserved for > pragmas.
>

Subject: Re: Module submission reaper
Date: Thu, 17 Feb 2005 11:23:44 -0600

From: comdog@no-spam (_brian_d_foy)
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]

In article <42140D15.5040707@no-spam>, Jeremy Slade <jeremy@no-spam> wrote:

> Define pragma. It does define a routine 'reaper' that can be used as:

that doesn't count as a pragma. You'd know what it was if that's what you meant to do. :)

-- brian d foy (one of many PAUSE admins), http://pause.perl.org archives at http://www.xray.mpe.mpg.de/mailing-lists/modules please send all messages back to modules@no-spam