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
> 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.
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