Re: [OT] Re: Single Sign-on Re: Perl Passport?

2004-07-06 Thread darren chamberlain
* Oliver Schnarchendorf [2004/07/06 14:43]: > On Tue, 6 Jul 2004 23:44:42 -0200 (GMT+2), Gabor Szabo wrote: > > If you are looking for a web based solution then I think this is what > > http://auth.perl.org/ will solve. > > I am not sure if the code will be available or just the service. > > As I

Re: how to run test.pl before the t/*.t tests ?

2004-06-19 Thread darren chamberlain
* Gabor Szabo [2004/06/18 23:34]: > I am trying to add a bunch of tests in t/ using Test::More but in > order to make sure we don't lose any previous test we would like to > keep the test.pl file as it is. Is porting the tests in test.pl to *.t files not an option? (darren) -- Never doubt that

Re: Change 22021: Upgrade to Test::Harness 2.40.

2003-12-31 Thread darren chamberlain
* Jim Cromie [2003/12/31 09:15]: > the diag()s just helped me find the broken tests. Isn't that what test names are for? (darren) -- In order to make an apple pie from scratch, you must first create the universe. -- Carl Sagan pgp0.pgp Description: PGP signature

Re: thinking about Test::HTML::Form

2003-12-03 Thread darren chamberlain
* Mark Stosberg [2003/12/03 16:22]: > Lately I've been using the excellent WWW::Mechanize module a good deal > to test web applications. As I've done this, I've noticed a number of > the same patterns coming up as I'm testing web-based forms. > > I'm wondering if there are any known modules out

Re: Refactoring a test program: advice sought

2003-11-17 Thread darren chamberlain
* Andrew Savige [2003-11-15 14:51]: > I took a quick look a mod_perl and Template Toolkit (TT). > TT has a: > lib/Template/Test.pm > which looks wrong to me (should that not be under t/lib instead?). Template::Test contains a bunch of (pre-Test::More) testing methods that are geared towards wri

Re: Phalanx / CPANTS / Kwalitee

2003-10-14 Thread darren chamberlain
* Michael G Schwern [2003-10-14 08:27]: > On Mon, Oct 13, 2003 at 10:28:29AM +0200, Thomas Klausner wrote: > > * README > > Personally, I find READMEs useless duplication. Even more so now that > search.cpan.org works so well. I'll concede that they are useless duplication if someone simply d

Re: Scrutinizing CPAN distributions (Commenting Styles)

2003-08-18 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Potozniak, Andrew [2003-08-18 10:27]: > > Might I suggest a good syntax highlighting editor? > > I guess mostly the syntax highlighting is the biggest concern. I use > emacs and that does syntax highlighting for perl files. Is there any > IDE out

Re: building a watchdog

2003-07-21 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Randal L. Schwartz [2003-07-21 13:21]: > It occurs to me that that if I wanted to build a health check watchdog > for my system (a script that executes at regular intervals to ensure > proper operation), that the Test::* mechanisms would be pretty i