Skip Menu |

This queue is for tickets about the autodie CPAN distribution.

Report information
The Basics
Id: 97320
Status: resolved
Priority: 0/
Queue: autodie

People
Owner: niels [...] thykier.net
Requestors: felipe [...] felipegasper.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: “perldoc autodie” doesn’t mention kill()
Date: Thu, 17 Jul 2014 13:51:57 -0500
To: bug-autodie [...] rt.cpan.org
From: Felipe Gasper <felipe [...] felipegasper.com>
perldoc autodie ^^ The above command doesn’t mention kill(), though autodie clearly affects it: ====================== Show quoted text
> perl -Mautodie -e'print $autodie::VERSION'
2.23 Show quoted text
> perl -Mautodie -e'(my $pid = fork) or exit; waitpid $pid, 0; kill
"ZERO", $pid'; Can't kill('ZERO', '13431'): No such process at -e line 1 Show quoted text
> perl -e'(my $pid = fork) or exit; waitpid $pid, 0; kill "ZERO", $pid';
Show quoted text
>
====================== Felipe Gasper cPanel, Inc.
This would be a change since 2.12?
On Thu Jul 17 23:24:51 2014, TODDR wrote: Show quoted text
> This would be a change since 2.12?
Allegedly, the support wrapping "kill" was added in 2.14 (at least, it is first mentioned in the ":v214" tag). I have created a pull request on github[1] for getting "kill" documented in "autodie"'s documentation. It is enabled by the ":ipc" tag. [1] https://github.com/pjf/autodie/pull/56
On Sat Oct 04 07:54:57 2014, niels@thykier.net wrote: Show quoted text
> On Thu Jul 17 23:24:51 2014, TODDR wrote:
> > This would be a change since 2.12?
> > Allegedly, the support wrapping "kill" was added in 2.14 (at least, it > is first mentioned in the ":v214" tag). > > I have created a pull request on github[1] for getting "kill" > documented in "autodie"'s documentation. It is enabled by the ":ipc" > tag. > > [1] https://github.com/pjf/autodie/pull/56
The branch has been merged, and the fix will be a part of the of autodie 2.26. ~Niels
Subject: Re: [rt.cpan.org #97320] “perldoc autodie” doesn’t mention kill()
Date: Sat, 4 Oct 2014 08:03:00 -0500
To: bug-autodie [...] rt.cpan.org
From: felipe [...] felipegasper.com
Thank you! :-) Sent from my android device. Show quoted text
-----Original Message----- From: Niels Thykier via RT <bug-autodie@rt.cpan.org> To: felipe@felipegasper.com Sent: Sat, 04 Oct 2014 7:03 AM Subject: [rt.cpan.org #97320] “perldoc autodie” doesn’t mention kill() <URL: https://rt.cpan.org/Ticket/Display.html?id=97320 > On Sat Oct 04 07:54:57 2014, niels@thykier.net wrote:
> On Thu Jul 17 23:24:51 2014, TODDR wrote:
> > This would be a change since 2.12?
> > Allegedly, the support wrapping "kill" was added in 2.14 (at least, it > is first mentioned in the ":v214" tag). > > I have created a pull request on github[1] for getting "kill" > documented in "autodie"'s documentation. It is enabled by the ":ipc" > tag. > > [1] https://github.com/pjf/autodie/pull/56
The branch has been merged, and the fix will be a part of the of autodie 2.26. ~Niels
Hi, Thanks for reporting the issue. :) A fix for this bug was included in the v2.26 release (uploaded to CPAN today). Please have a look at it and let us know if v2.26 works as intended. Thanks, ~Niels