Bug#533380: perl-modules: IPC::Cmd fails with commands formatted as arrayrefs

2009-07-08 Thread Niko Tyni
tag 533380 - patch thanks On Wed, Jul 08, 2009 at 07:24:01PM +0300, Niko Tyni wrote: > On Tue, Jun 16, 2009 at 05:04:31PM -0700, Robert Buels wrote: > > Package: perl-modules > > Version: 5.10.0-23 > > Severity: important > > Tags: patch > > > > > > test case: > > perl -MIPC::Cmd=run -MFatal=run

Bug#533380: perl-modules: IPC::Cmd fails with commands formatted as arrayrefs

2009-07-08 Thread Niko Tyni
severity 533380 normal tag 533380 fixed-upstream thanks On Tue, Jun 16, 2009 at 05:04:31PM -0700, Robert Buels wrote: > Package: perl-modules > Version: 5.10.0-23 > Severity: important > Tags: patch > > > test case: > perl -MIPC::Cmd=run -MFatal=run -e 'run(verbose => 1, command => [...@argv]

Bug#533380: perl-modules: IPC::Cmd fails with commands formatted as arrayrefs

2009-06-16 Thread Robert Buels
Package: perl-modules Version: 5.10.0-23 Severity: important Tags: patch test case: perl -MIPC::Cmd=run -MFatal=run -e 'run(verbose => 1, command => [...@argv] )' echo foo should output: Running [echo, foo]... foo This is fixed upstream as of IPC::Cmd version 0.41_01. Current packaged versio