On Mon, Aug 18, 2003 at 09:48:57PM +0200, Thomas Klausner wrote:
> Just yesterday I was thinking of something like validator.cpan.org (parallel
> to validator.w3.org):
>
> Upload a dist and let it be checked by a future version of Module::CPANTS.
That's actually kind of a neat idea. It makes me t
On Wed, Aug 27, 2003 at 10:18:00AM -0700, Ovid wrote:
>
> TEST_FIND_ALL ..
> Connecting to TEST database '[EMAIL PROTECTED]'
> FAILED!!
> -- Test failed: Different values at index 1: 'Baz, Inc.' vs. 'Foo, Inc.': 'Baz,
> Inc.' ne 'Foo,
> Inc.' on /home/cxp/work/popup_sort/perl_lib/RTK/Re
On Mon, Jan 19, 2004 at 06:58:38PM +0200, Gabor Szabo wrote:
> One of them has an application written in .NET with C# and they also want
> to run unit tests, regression tests and load tests. They want to know how
> can we do that in Perl.
>
> Obviously for that I will have a number of Windows boxe
On Mon, Jan 19, 2004 at 10:34:56PM -0200, Gabor Szabo wrote:
> Actually I think there are frameworks in C# to write such Test::More like
> tests. But if there are not and someone writes a Test::More replacement
> in some other language (C# in our case) then why not write a replacement
> for Test::H