http://qa.perl.org/phalanx/100 is the new Phalanx 100.
Re:Core modules
petdance on 2005-01-19T09:56:33
No, the original intention was not to include core modules because it's more of a hassle to get tests integrated into the core than into a module distributed to CPAN. However, I realize that in the case of a dual-life module like Time::HiRes or Test::Harness, it's no harder for the hoplites to integrate those changes, because they still go through the module's owner first anyway.Re:Core modules
nicholas on 2005-01-19T14:44:53
Eh? I don't remember it being a hassle to get tests into the core. We like tests.
Re:Core modules
petdance on 2005-01-19T15:24:44
It's a hassle for a newcomer unfamiliar with Perl and p5p workings, I think. I think it's easier to have them send patches to a module author.Remember, one of my goals here is to have newer contributors involved, and they may not have the years of experience and accumulated knowledge.