On Fri, Mar 05, 2010 at 08:54:31PM +0800, wen heping wrote: > On Fri, Mar 5, 2010 at 5:12 PM, Anton Berezin <[email protected]> wrote: > > On Fri, Mar 05, 2010 at 12:42:54AM +0000, Wen Heping wrote: > >> wen 2010-03-05 00:42:54 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> devel/p5-Make-Cache Makefile distinfo > >> Log: > >> - Update to 1.052 > >> > >> Feature safe: yes > > > > In my tests, this version failed its own regression tests under either one > > of the following two conditions: when a recent p5-Storable is installed, or > > when using perl 5.10.1. I suspect that in practice this is the same > > condition, since the version of Storable.pm supplied with perl 5.10.1 (2.20) > > is more recent than the version of Storable.pm installed with perl 5.8.9 > > (2.19). > > > > I understand that it is not realistic to expect that you would test it with > > and without p5-Storable installed. On the other hand, at the very least, I > > would expect that 1) the distribution tests are run before commit, and 2) > > they are run with *both* lang/perl5.8 and lang/perl5.10. > > Yes, the regression test failed. :( > > Can we make bsd.perl.mk support "make test" ?
While it would be useful, is it really needed? ( cd `make -V WRKSRC` ; make test ) works just as well, not even mentioning all sorts of possible automation of the building and testing process. Cheers, \Anton. -- Matters of elegance ought to be left to the tailor and to the cobbler. -- L. Boltzmann _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
