Re: Module suggestion

2005-06-01 Thread Vsevolod (Simon) Ilyushchenko
have you seen Apache-Test yet? http://search.cpan.org/dist/Apache-Test/ I find it hard to understand modules like this anymore - why use some funky tie interface and a bunch of other hoops to fake a live environment when you can really upload a file to a real webserver and run your tests the

Re: Module suggestion

2005-05-27 Thread Geoffrey Young
Vsevolod (Simon) Ilyushchenko wrote: > Hi, > > I'd like to suggest a module that I came up with to test CGI file > uploading logic. I have not found anything else like it. have you seen Apache-Test yet? http://search.cpan.org/dist/Apache-Test/ I find it hard to understand modules like this a

Re: Module suggestion

2005-05-27 Thread Vsevolod (Simon) Ilyushchenko
Jim, "test" in what sense? Is this supposed to be a module like Test::More or Test::Deep which builds on Test::Builder and which will ultimately generate an 'ok'? If so, what does the interface for that look like? It'll look like this: (in a Test::Unit::TestCase subclass) my $fh =C

Re: Module suggestion

2005-05-26 Thread James E Keenan
Vsevolod Ilyushchenko wrote: Hi, I'd like to suggest a module that I came up with to test CGI file uploading logic. I have little experience with file uploads via CGI.pm, so let me pose some questions on more peripheral aspects of your proposal. "test" in what sense? Is this supposed to

Re: Module suggestion

2005-05-26 Thread Adam Kennedy
Have you had a look at CGI::Capture? That may do some things you can abuse to get what you want. Adam K Vsevolod Ilyushchenko wrote: Hi, I'd like to suggest a module that I came up with to test CGI file uploading logic. I have not found anything else like it. If anyone has any thoughts on

Module suggestion

2005-05-25 Thread Vsevolod (Simon) Ilyushchenko
Hi, I'd like to suggest a module that I came up with to test CGI file uploading logic. I have not found anything else like it. If anyone has any thoughts on its usefulness or knows of something else that does a similar job, please let me know. Thanks! Simon NAME