Skip Menu |

This queue is for tickets about the Shell-Parser CPAN distribution.

Report information
The Basics
Id: 14310
Status: open
Priority: 0/
Queue: Shell-Parser

People
Owner: SAPER [...] cpan.org
Requestors: g.philippe [...] cg49.fr
Cc:
AdminCc:

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



Subject: Problem with Shell::Parser
Hello, I try to use Shell::Parser to check shell before using them in production. It seems that shell that contain lines like my $result=`shell command`; are not parsed. Is it a bug or is it the normal behaviour of this module ? Thanks
Date: Thu, 25 Aug 2005 16:30:53 +0200
Subject: Re: [cpan #14310] Problem with Shell::Parser
From: Sébastien Aperghis-Tramoni <saper [...] cpan.org>
To: bug-Shell-Parser [...] rt.cpan.org
RT-Send-Cc:
Hello, Show quoted text
> I try to use Shell::Parser to check shell before using them in > production. > It seems that shell that contain lines like my $result=`shell > command`; are not parsed. > Is it a bug or is it the normal behaviour of this module ?
If you're really trying to parse my $result = `shell command`; using Shell::Parser, it's no wonder it doesn't work. Shell::Parser is for parsing Unix shell scripts (Bourne, Korn, BASH, ZSH), not for parsing Perl program, which is what your example looks like. Sébastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://maddingue.org ] Close the world, txEn eht nepO
Date: Sat, 27 Aug 2005 11:26:20 +0200
Subject: Re: [Comment] RE: [cpan #14310] Problem with Shell::Parser
CC: bug-Shell-Parser [...] rt.cpan.org
To: Gérard Philippe <g.philippe [...] cg49.fr>
From: Sébastien Aperghis-Tramoni <saper [...] cpan.org>
RT-Send-Cc:
philippe, gérard wrote: Show quoted text
> Bonjour, > > A première vue, le problème est corrigé. Je vais poursuivre le > développement que j'ai commencé en utilisant le module.
Bien. N'hésitez pas à me prévenir si vous rencontrez d'autres bugs. Je ne release pas encore cette version 0.05 sur le CPAN car je n'ai pas encore écrit le test correspondant. Sébastien Aperghis-Tramoni -- - --- -- - -- - --- -- - --- -- - --[ http://maddingue.org ] Close the world, txEn eht nepO