SA Bugzilla – Bug 843
test other perl versions (or require a newer version)
Last modified: 2002-12-13 11:15:19 UTC
How many developers using earlier versions of Perl? It seems like the center of usage is perl 5.6.1 because we have 5.005 problems with every release and now we are starting to have perl 5.8 problems as well. We should do one of the following: 1. test each check-in for perl 5.005 compatibility 2. require perl 5.6.1 and do not support older/newer versions I like option 1 better since we could also test 5.6.1 and 5.8.0. Option 2 would be very unpopular.
yes, we should. but how? Matt has noted that sf.net's compile farm uses perl 5.005, so I could rig up an automated build/make-test tinderbox-style suite there. but 5.8.0 is not covered by those boxes AFAIK. maybe someone with a 5.8.0 installation could volunteer to run a nightly cron job on their box, which cvs updates, does a make, and reports the reuslts by mail to -devel. sound good?
I'll set up my box to do so. It'll `make test` on 5.8.0, 5.6.1 and 5.005_03 at 04:00 UTC and report if any of those failed. Expect it to Sunday.
Subject: Re: [SAdev] test other perl versions (or require a newer version) If you ever need it, I can test on perl 5.6 and perl 5.8 (and, for a little while, at least, perl 5.005) on a variety of different architectures. (All running Debian, of course) Let me know, and I'll see what I can do.
This seems to be under control. FIXED.