Re: MakeMaker warning

2007-12-29 Thread Gabor Szabo
On Dec 26, 2007 12:37 PM, Michael G Schwern <[EMAIL PROTECTED]> wrote: > Gabor Szabo wrote: > > might be slightly unrelated to QAsorry > > In the future, MakeMaker issues go to [EMAIL PROTECTED] Sorry for that. > > After installing JOSHUA/Net-Telnet-Cisco-1.10.tar.gz > > if I run perl Makef

buildbot - an experiment

2007-12-29 Thread Matisse Enzer
I've spent some of this holiday season learning how to set up BuildBot (http://buildbot.net/) which is a Continuous Integration system that is especially aimed at open-source style projects: You set up a central "build master", and one or more "build slaves" - and it is very easy for someone to se

Re: buildbot - an experiment

2007-12-29 Thread Andy Armstrong
On 29 Dec 2007, at 09:11, Matisse Enzer wrote: For now I have the build status pages for the three projects at:` http://buildbot.eigenstate.net:8010/ http://buildbot.eigenstate.net:8020/ http://buildbot.eigenstate.net:8030/ That's very interesting Matisse. We currently have a fairly ad-hoc

Re: MakeMaker warning

2007-12-29 Thread Michael G Schwern
Gabor Szabo wrote: > Is there a place with definition of what a VERSION value can be ? Anything which compares sanely as a number plus the X.YY_ZZ alpha convention (which MM converts to a number). I guess that's never stated explicitly. I'd welcome a section on $VERSION in ExtUtils::MakeMaker::T

Re: buildbot - an experiment

2007-12-29 Thread Matisse Enzer
On Dec 29, 2007, at 6:57 AM, Andy Armstrong wrote: That's very interesting Matisse. We currently have a fairly ad-hoc smoking setup for Test::Harness that runs on a few machines here. It looks as if I could replace that and make it more flexible using buildbot. Do you have any useful conf

Re: buildbot - an experiment

2007-12-29 Thread Andy Armstrong
On 29 Dec 2007, at 18:46, Matisse Enzer wrote: On Dec 29, 2007, at 6:57 AM, Andy Armstrong wrote: That's very interesting Matisse. We currently have a fairly ad-hoc smoking setup for Test::Harness that runs on a few machines here. It looks as if I could replace that and make it more flexible

Re: buildbot - an experiment

2007-12-29 Thread James E Keenan
Matisse Enzer wrote: I've spent some of this holiday season learning how to set up BuildBot (http://buildbot.net/) which is a Continuous Integration system that is especially aimed at open-source style projects: You set up a central "build master", and one or more "build slaves" - and it is very

Test::Aggregate - Speed up your test suites

2007-12-29 Thread Ovid
Hi all, I've just released a new version of Test::Aggregate (http://search.cpan.org/dist/Test-Aggregate/). If you have slow test suites, you might want to give it a spin and see if it helps. Essentially, it concatenates tests together and runs them in one process. Thus, you load Perl only once