Re: Module name - smoke testing automation

2007-04-15 Thread Ovid
--- Dave Rolsky [EMAIL PROTECTED] wrote: Well, it's a little more programmatic than that. The svn up part is dirt-simple, but doing something like running svn info $uri against the repo uri to get the last changed date requires some code and regular expressions and whatnot. Out of

Re: Module name - smoke testing automation

2007-04-15 Thread Dave Rolsky
On Sun, 15 Apr 2007, Ovid wrote: --- Dave Rolsky [EMAIL PROTECTED] wrote: Well, it's a little more programmatic than that. The svn up part is dirt-simple, but doing something like running svn info $uri against the repo uri to get the last changed date requires some code and regular

Re: Module name - smoke testing automation

2007-04-15 Thread A. Pagaltzis
* Dave Rolsky [EMAIL PROTECTED] [2007-04-15 16:35]: On Sun, 15 Apr 2007, Ovid wrote: Just doing system('svn', 'info', $uri) can get you an Insecure $ENV{PATH} (or something like that) when running in taint mode. I was going to use File::Which. What’s the point? File::Which examines the

Re: Module name - smoke testing automation

2007-04-15 Thread Darren Chamberlain
On 4/15/07, A. Pagaltzis [EMAIL PROTECTED] wrote: Maybe this deserves to go in some module. Yeah, File::Which. -- (darren)