Skip Menu |

This queue is for tickets about the Git-Crypt CPAN distribution.

Report information
The Basics
Id: 102081
Status: open
Priority: 0/
Queue: Git-Crypt

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Fails on Windows due missing external program ps
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/17922881-72a2-1014-bb42-58ee229b6c94 The relevant line seems to be 'ps' is not recognized as an internal or external command, operable program or batch file. HTH&&Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
On 2015-02-11 19:53:00, ANDK wrote: Show quoted text
> As per subject. Sample fail report: > > http://www.cpantesters.org/cpan/report/17922881-72a2-1014-bb42- > 58ee229b6c94 > > The relevant line seems to be > > 'ps' is not recognized as an internal or external command, > operable program or batch file. > > HTH&&Thanks, > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)
Proc::ProcessTable is a programmatic way of doing what `ps` does.
On Thu Feb 12 13:10:45 2015, ETHER wrote: Show quoted text
> On 2015-02-11 19:53:00, ANDK wrote:
> > As per subject. Sample fail report: > > > > http://www.cpantesters.org/cpan/report/17922881-72a2-1014-bb42- > > 58ee229b6c94 > > > > The relevant line seems to be > > > > 'ps' is not recognized as an internal or external command, > > operable program or batch file. > > > > HTH&&Thanks, > > (Disclaimer: this was discovered by statistical analysis, I'm not > > speaking as a user)
> > > Proc::ProcessTable is a programmatic way of doing what `ps` does.
Added Proc::ProcessTable.