David Cantrell wrote:
On Sat, Dec 29, 2007 at 05:51:50PM -0500, James E Keenan wrote:If anyone can give me an idiots' guide to how to grab the most recent source tree, build it, and test it, then I can test it on the same boxes as I do CPAN testing, plus maybe a couple of others.
svn co https://svn.perl.org/parrot/trunk/ parrot_test cd parrot_test perl Configure.pl make make test(If you're not looking to commit, you may be able to get by with http rather than https: UNTESTED.)
('make smoke' can be substituted for 'make test'.)
