hoplite report for Parse::RecDescent

2004-05-07 Thread Dominic Letarte
sometime ago Andy Lester wrote: It's been a while since I've heard from any hoplites. Where are you on your individual Phalanx modules? recently Tim Bunce wrote: Encouraging simple status reports, say monthly, may help ensure progress. ok, I have written 8 tests scripts for a total of 227 te

Re: Hoplites report!

2003-10-30 Thread Dominic Letarte
> So does anyone have anything to report as far as progress on their modules? > Reports back to update on the website would be appreciated. Writing test slowly for Parse::RecDescent, but writing. I got no response from the author. In worst case, I plan to post the tests files on rt.cpan.org.

problem with a test exemple on the Phalanx web site

2003-10-04 Thread Dominic Letarte
on the page : http://qa.perl.org/phalanx/kwalitee.html ok( unlink $filename, "Remove $filename" ); should be written: ok( unlink( $filename), "Remove $filename" ); unless you want Perl to take "Remove $filename" as an arg for unlink and not for ok. Dominic