Re: cpants not updating; new cpants test request

2007-09-11 Thread Michael G Schwern
Thomas Klausner wrote: > On Mon, Sep 10, 2007 at 11:10:25PM +0200, Anonymous wrote: > >> also, would it make sense to have a test to check for warnings >> when warnings are enabled globally? many modules do not enable >> warnings, but when you use those modules and run the script >> with -w, it's

Re: cpants not updating; new cpants test request

2007-09-11 Thread Andy Armstrong
On 11 Sep 2007, at 21:12, Thomas Klausner wrote: Oh sorry Thomas - I assumed it was me. Shall I turn it off again? Hm, I guess it's better to turn it off. OK - it's turned off again for the moment. -- Andy Armstrong, hexten.net

Re: cpants not updating; new cpants test request

2007-09-11 Thread Thomas Klausner
Hi! On Tue, Sep 11, 2007 at 08:39:57PM +0100, Andy Armstrong wrote: > On 11 Sep 2007, at 20:37, Thomas Klausner wrote: > >On Tue, Sep 11, 2007 at 01:43:43PM +0100, Andy Armstrong wrote: > >>On 10 Sep 2007, at 22:10, Anonymous wrote: > >>>looks like the cpants site has stopped updating for about 3

Re: cpants not updating; new cpants test request

2007-09-11 Thread Andy Armstrong
On 11 Sep 2007, at 20:37, Thomas Klausner wrote: On Tue, Sep 11, 2007 at 01:43:43PM +0100, Andy Armstrong wrote: On 10 Sep 2007, at 22:10, Anonymous wrote: looks like the cpants site has stopped updating for about 3 weeks now. Oops. That's my fault. cron job now re-enabled. Blush. No, that

Re: cpants not updating; new cpants test request

2007-09-11 Thread Thomas Klausner
Hi! On Mon, Sep 10, 2007 at 11:10:25PM +0200, Anonymous wrote: > also, would it make sense to have a test to check for warnings > when warnings are enabled globally? many modules do not enable > warnings, but when you use those modules and run the script > with -w, it's possible to get lots of w

Re: cpants not updating; new cpants test request

2007-09-11 Thread Thomas Klausner
Hi! On Tue, Sep 11, 2007 at 01:43:43PM +0100, Andy Armstrong wrote: > On 10 Sep 2007, at 22:10, Anonymous wrote: > >looks like the cpants site has stopped updating for about 3 > >weeks now. > > Oops. That's my fault. cron job now re-enabled. Blush. No, that was my fault, as I turned it off. CPA

Re: Makefile.PL vs Build.PL

2007-09-11 Thread Eric Wilhelm
# from David Cantrell # on Tuesday 11 September 2007 04:10 am: >On Mon, Sep 10, 2007 at 04:37:51PM -0700, Eric Wilhelm wrote: >> # from David Cantrell >> >> # on Monday 10 September 2007 02:22 pm: >> >And in any case, I prefer to run Makefile.PL to Build.PL, as I find >> >ExtUtils::MakeMaker to be

Re: cpants not updating; new cpants test request

2007-09-11 Thread Andy Armstrong
On 10 Sep 2007, at 22:10, Anonymous wrote: looks like the cpants site has stopped updating for about 3 weeks now. Oops. That's my fault. cron job now re-enabled. Blush. -- Andy Armstrong, hexten.net

cpants not updating; new cpants test request

2007-09-11 Thread Anonymous
looks like the cpants site has stopped updating for about 3 weeks now. also, would it make sense to have a test to check for warnings when warnings are enabled globally? many modules do not enable warnings, but when you use those modules and run the script with -w, it's possible to get lots of war

Re: prove -j 9 in core

2007-09-11 Thread Eric Wilhelm
# from Eric Wilhelm # on Monday 10 September 2007 11:14 pm: >Hacking t/harness to do > >  system($^X, qw(-I /tmp/lib -S runtests -j 9), @tests); > >in place of 'Test::Harness::runtests(@tests)' gets it rolling.  (I > know, that could be App::Prove->new and not need the system(), but > this is esse