Re: testing scripts inside your distro

2018-02-28 Thread David Golden
scripts inside one of my distributions and I'm > bit tired of writing boilerplate code for doing it. > > Maybe you could suggest something available on CPAN for that? > > I took a look at Test-Script, but there are no evaluations about it yet. > > Thanks! > Alceu >

Re: Submissions failing

2017-02-28 Thread David Golden
; > http://www.w3.org/1999/xhtml; xml:lang="en" lang="en"> > > 500 - Internal Server Error > > > 500 - Internal Server Error > > > > -Nigel > > > -- David Golden <x...@xdg.me> Twitter/IRC/GitHub: @xdg

Re: Where to report bugs in website 'search.cpan.org' ?

2016-09-07 Thread David Golden
Hi, Linda. This is the wrong list for this discussion. Maybe module-authors would be more on topic. Regards, David On Sep 7, 2016 5:05 AM, "L Walsh" wrote: > I was looking for available mail-filtering, aka Milter, mods, and > came across Mail-Milter. > > I noticed it

Re: Failing CPAN Testers reports and misconfigured smokers

2016-07-10 Thread David Golden
Thanks, Slaven. I've filed this for future reference: https://github.com/cpan-testers/CPAN-Reporter/issues/78 On Sun, Jul 10, 2016 at 9:22 AM, Slaven Rezic <sla...@rezic.de> wrote: > David Golden <x...@xdg.me> writes: > > > Hi, Nigel. > > > > Here's

Re: Failing CPAN Testers reports and misconfigured smokers

2016-07-10 Thread David Golden
this is widespread/common/random, I wonder if CPAN::Reporter et al. need to try to detect this error and not send a report. David -- David Golden <x...@xdg.me> Twitter/IRC/GitHub: @xdg

UPGRADE NOTICE: CPAN Testers should upgrade Parse::CPAN::Meta

2016-07-07 Thread David Golden
). Thank you, David -- David Golden <x...@xdg.me> Twitter/IRC/GitHub: @xdg

Re: Failing CPAN Testers reports and misconfigured smokers

2016-07-06 Thread David Golden
so, if you haven't updated to the latest JSON::PP, please do that as well. David -- David Golden <x...@xdg.me> Twitter/IRC/GitHub: @xdg

Re: Failing CPAN Testers reports and misconfigured smokers

2016-07-05 Thread David Golden
pm stops working. > > > Here you are, though I'm not sure it tells you much... > > $ perl Build.PL What I meant was I want to see what *CPAN* is saying. E.g. the output of "cpan -t MooseX::Getopt" (or "test MooseX::Getopt" from the CPAN shell if that doesn't wor

Re: Failing CPAN Testers reports and misconfigured smokers

2016-07-04 Thread David Golden
a failure from "test " until CPAN.pm stops working. David -- David Golden <x...@xdg.me> Twitter/IRC/GitHub: @xdg

Re: Failing CPAN Testers reports and misconfigured smokers

2016-07-04 Thread David Golden
Actually, Nigel, could you please nopaste/gist the whole CPAN config file? (Removing anything sensitive of course.) Thanks On Jul 4, 2016 5:03 PM, "Andreas Koenig" < andreas.koenig.7os6v...@franz.ak.mind.de> wrote: > > On Mon, 04 Jul 2016 09:29:21 -0400, Nigel Horne >

Re: Failing CPAN Testers reports and misconfigured smokers

2016-07-02 Thread David Golden
some sort of system to mark smokers > known to be "broken" automatically as "suspicious" until the smoker > can be deemed "unbroken". > > After all, what is actually stopping somebody from writing tooling > that abuses the CPAN reporters infrastructure to cr

Re: requirements on META.yml and OS dependent requirements

2016-06-06 Thread David Golden
wrote: > Thanks for the input. Fixed CPANTS analyzer (*) and started > regenerating database. > > * > https://github.com/cpants/www-cpants/commit/2cfff74754f202915e506332529f8ec43226c2db > > Kenichi > > 2016-06-07 0:30 GMT+09:00 David Golden <x...@xdg.me>: >

Re: requirements on META.yml and OS dependent requirements

2016-06-06 Thread David Golden
re is any documentation that you can point me to I would appreciate. > > Thanks, > > Alceu > > -- David Golden <x...@xdg.me> Twitter/IRC/Github: @xdg

Re: tests with CPAN::Mini::Webserver

2016-04-13 Thread David Golden
2016 at 9:30 AM, Alceu Rodrigues de Freitas Junior via cpan-testers-discuss <cpan-testers-discuss@perl.org> wrote: > Hello David, > > Em 12-04-2016 00:02, David Golden escreveu: > >> HTTP::Tiny does only HTTP/1.1, not HTTP/1.0. >> >> > I suspected that. >

Re: Beware testing Perl6/ distributions ??? CPAN::Reporter::Smoker users should upgrade

2016-03-02 Thread David Golden
rl6/" directory. David -- David Golden <x...@xdg.me> Twitter/IRC/Github: @xdg

Re: metabase does not accept new reports

2016-03-02 Thread David Golden
sters.org/tail/log.txt shows that no new reports > were submitted starting from 2016-03-02T12:00:49Z. > > -- > Alexandr Ciornii, http://chorny.net > -- David Golden <x...@xdg.me> Twitter/IRC/Github: @xdg

Beware testing Perl6/ distributions – CPAN::Reporter::Smoker users should upgrade

2016-03-01 Thread David Golden
rts. CPAN::Reporter::Smoker has been fixed. Anyone using it should upgrade. David -- David Golden <x...@xdg.me> Twitter/IRC/Github: @xdg

Re: [rt.cpan.org #104607] incorrect case

2016-02-29 Thread David Golden
t; Alceu >>> >>> -- >>> *De:* Karen Etheridge via RT < >>> bug-test-reporter-transport-outl...@rt.cpan.org> >>> *Para:* >>> *Enviadas:* Quinta-feira, 21 de Maio de 2015 15:28 >>> *Assunto:* [rt.cpan.org #104607] incorrect case >>> >>> Queue: Test-Reporter-Transport-Outlook >>> Ticket https://rt.cpan.org/Ticket/Display.html?id=104607 > >>> >>> On 2015-05-21 09:43:17, CHORNY wrote: >>> > depends on Test::POD. Correct is Test::Pod. >>> >>> However, the distribution should not have a dependency on this module at >>> all. Pod tests should not run for normal user installs - either move the >>> test to xt/, or guard it with: >>> >>> plan skip_all => 'These tests are for authors only!' unless >>> $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING}; >>> >>> >>> >> >> >> -- >> >> David Oswald >> daosw...@gmail.com >> > > -- David Golden <x...@xdg.me> Twitter/IRC/Github: @xdg

Re: smoker and parallelism

2015-10-27 Thread David Golden
On Mon, Oct 26, 2015 at 9:56 PM, Alceu R. de Freitas Jr. < glasswal...@yahoo.com.br> wrote: > > >- $ENV{HARNESS_RULESFILE} >- testrules.yml >- t/testrules.yml > > > Assuming that we won't be able to configure Test::Harness ourselves when > running tests. Is that right? > > Correct. I

Re: smoker and parallelism

2015-10-26 Thread David Golden
parallelism. > > Or maybe the distribution author could explicit ask to not test the > distribution with parallelism. > > Anyway, I just brainstorming here, no patches available right now. :-) > > Regards, > > Alceu > > -- David Golden <x...@xdg.me> Twitter/IRC/Github: @xdg

Re: smoker speed and statistics

2015-10-26 Thread David Golden
Perlbrew on OpenBSD 5.8 is not working (it fails with > crypt.t and taint.t tests), but I didn't tried compiling it manually either. > > Regards, > > Alceu > -- David Golden <x...@xdg.me> Twitter/IRC/Github: @xdg

Re: smoker and parallelism

2015-10-26 Thread David Golden
y, I just brainstorming here, no patches available right now. :-) > > Regards, > > Alceu > > -- David Golden <x...@xdg.me> Twitter/IRC/Github: @xdg

Re: Metabase down?

2015-08-21 Thread David Golden
I've restarted lighttpd. Please let me know if the problem reoccurs. On Fri, Aug 21, 2015 at 11:51 AM, David Golden x...@xdg.me wrote: First I've heard of it. I'll start looking into it. On Fri, Aug 21, 2015 at 11:40 AM, Nigel Horne n...@bandsman.co.uk wrote: Apologies if this is already

Re: Metabase down?

2015-08-21 Thread David Golden
Unrelated. On Fri, Aug 21, 2015 at 6:36 PM, Alceu R. de Freitas Jr. glasswal...@yahoo.com.br wrote: Don't know if it is related, but tests results webpage is unavailable too: http://www.cpantesters.org/index.html - Alceu -- *De:* David Golden x...@xdg.me

Re: avoid errors from concurrent tests executions

2015-07-08 Thread David Golden
/max_time_ms.t for examples.) Hope that helps, David -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: Many FAILs due to unsatisfied prerequisites

2015-07-06 Thread David Golden
David, That smoker seems to have a very old CPAN::Reporter and mildly old CPAN.pm. At least as of July 3 when that report was generated. Could you please upgrade them and see if that helps? Thanks, David On Jul 6, 2015 8:04 AM, David Cantrell da...@cantrell.org.uk wrote: On Wed, Jul 01, 2015

Re: Bad handling of network connections in tests

2015-06-01 Thread David Golden
request that you please set NO_NETWORK_TESTING=1 on all affected smokers? This will signal to distribution tests that consent is not given to make network connections, and relevant tests will be skipped. -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: smoker thinks 1.2.1 is 0

2015-05-22 Thread David Golden
by accident, but I'll expand here: for compatibility with older EUMM, prereqs should be specified in decimal form, i.e 1.002001 in this case. David -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: *** SECURITY information for bandsman.co.uk ***

2015-04-28 Thread David Golden
=/home/njh/.cpan/build/Toadfarm-0.55-8flato ; USER=www-data ; COMMAND=/home/njh/perl5/perlbrew/perls/perl-5.18.4/bin/perl5.18.4 -I /home/njh/.cpan/build/Toadfarm-0.55-8flato/blib/lib /home/njh/.cpan/build/Toadfarm-0.55-8flato/t/run-as.t -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: Description of platforms

2015-02-16 Thread David Golden
'} -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: CPANPLUS not updating @inc for testing?

2014-12-22 Thread David Golden
On Sun, Dec 21, 2014 at 10:27 AM, Dan Collins dcolli...@gmail.com wrote: As an added bonus, if you escape all the backslashes, the @inc is getting pretty close to 32K. Is it possible that I'm hitting a limitation of Windows? Is there any workaround, other than installing enough common prereqs

Re: Volunteers needed: smoking windows with nmake

2014-12-20 Thread David Golden
Dan, do you have an RT number for that? David On Dec 20, 2014 5:12 AM, Dan Collins dcolli...@gmail.com wrote: Let me document another funny bug that I ran into while trying to install Net::SSLeay using nmake and VC2013: Even after installing openssl and setting the OPENSSL_PREFIX environment

Re: Volunteers needed: smoking windows with nmake

2014-12-20 Thread David Golden
Let me suggest the bug discussion migrate to p5p so there's a record and more experts to participate. For windows smoking, CPAN::Reporter::Smoker works if you have patience to unstick it from time to time. David On Dec 20, 2014 9:02 AM, Reini Urban re...@cpanel.net wrote: On 12/19/2014 04:30

Volunteers needed: smoking windows with nmake

2014-12-18 Thread David Golden
with it and nmake, that would certainly generate some useful test data. I encourage any volunteers to contact Sinan for information on how to compile with MSVC. He is NANIS on CPAN. David -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: Viewing 'perl Makefile.PL' output of a test result

2014-12-08 Thread David Golden
was hoping that the full build output would be recorded somewhere. Thanks for the reply, anyway, Tony. Cheers, Rob -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: Viewing 'perl Makefile.PL' output of a test result

2014-12-08 Thread David Golden
, sisyph...@optusnet.com.au wrote: From: David Golden Sent: Tuesday, December 09, 2014 1:57 AM To: Sisyphus Cc: Tony Cook ; CPAN Testers Discuss Subject: Re: Viewing 'perl Makefile.PL' output of a test result To minimize the amount of data that has to be transmitted and stored, only output from

Re: Metabase overflow

2014-11-12 Thread David Golden
Test::Reporter::send('Test::Reporter=HASH(0x8022a0078)') called at /home/e/eserte/devel/send_tr_reports.pl line 126 Regards, Slaven -- Slaven Rezic - slaven at rezic dot de Berlin Perl Mongers - http://berlin.pm.org -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: FAIL when it should be NA?

2014-11-12 Thread David Golden
, but it looks like it was a system error from outside the test itself. http://www.cpantesters.org/cpan/report/d672073e-6fac-1014-a962-2b391193714d Or am I mistaken? Thanks! garu -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: CPAN indexing of bignum/bigint/bigrat

2014-08-15 Thread David Golden
didn't hand over ownership of big{int,num,rat} but only of Math::Big{Float,Int}::Trace. -- David Cantrell | Bourgeois reactionary pig Safety tip: never strap firearms to a hamster -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: Perl special variables (and OS-specific diagnostics, for MSWin32):

2014-08-03 Thread David Golden
Linux, OpenBSD etc. and not from Windows. Does that mean the section contains Perl special variables and if it was MSWin32 it would also contain OS-specific diagnostics? In that case why even include the part in the parentheses on non-MSWin32 ? Gabor -- David Golden x...@xdg.me Twitter/IRC

Re: Tester Comments

2014-06-11 Thread David Golden
of local copyright law. --- -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: Broken Cygwin?

2014-05-28 Thread David Golden
On Wed, May 28, 2014 at 9:16 AM, Ben Bullock benkasminbull...@gmail.com wrote: If you look at the error message, the line #include crypt.h is included by the Perl header op.h, which is included by the Perl header perl.h. These files are part of perl. I don't have a line #include crypt.h in my

Re: IMPORTANT → Please upgrade CPAN::Reporter to 1.2011

2014-04-24 Thread David Golden
On Thu, Apr 24, 2014 at 12:07 PM, Reini Urban re...@cpanel.net wrote: Easy and modern, but too easy and wrong. Tasks will not upgrade XS modules, when a newer module was found but is not usable. Hi, Reini. Could you please explain that further with an example? My understanding is that tasks

Re: Task problem

2014-04-24 Thread David Golden
On Thu, Apr 24, 2014 at 3:08 PM, Reini Urban re...@cpanel.net wrote: If I install a Task for 5.15.3 plain and then install it for the debugging version, it does nothing and says already installed. Different archlibs are not checked. That makes sense. Thanks. -- David Golden x...@xdg.me

Re: unsatisfied configure_requires in perl 5.12.3?

2014-04-23 Thread David Golden
, Barbie. -- Birmingham.pm - http://birmingham.pm.org CPAN Testers - http://cpantesters.org YAPC Surveys - http://yapc-surveys.org Perl Jam - http://perljam.info -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: unsatisfied configure_requires in perl 5.12.3?

2014-04-22 Thread David Golden
for maintainers because for a long, long time, the answer to I can't install is upgrade your toolchain. David -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: Developer version numbers on cpan testers?

2014-04-22 Thread David Golden
it to vomit out a stack trace so you can see where it's being called from and with what arguments? David, He's complaining about a smoker, not his own machine: /home/cpan/pit/bare/perl-5.8.9/lib/5.8.9/File/Temp.pm Is /home/cpan/pit/ one of your smokers? -- David Golden x...@xdg.me Twitter/IRC

Re: unsatisfied configure_requires in perl 5.12.3?

2014-04-22 Thread David Golden
On Tue, Apr 22, 2014 at 8:03 AM, David Cantrell da...@cantrell.org.uk wrote: toolchain, including CPAN clients. Testing whether something can pass tests on a bog-standard ancient Perl is not really useful data for maintainers because for a long, long time, the answer to I can't install is

Re: Developer version numbers on cpan testers?

2014-04-22 Thread David Golden
On Tue, Apr 22, 2014 at 9:29 AM, David Cantrell da...@cantrell.org.uk wrote: Is /home/cpan/pit/ one of your smokers? Nope. Doh. It's BinGOs. I knew that. http://www.cpantesters.org/cpan/report/a0d9762a-c98b-11e3-9f96-e4d5e82f99b1 -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: Developer version numbers on cpan testers?

2014-04-22 Thread David Golden
the -VERSION check. Loading version.pm would fix that, too, by overriding UNIVERSAL::VERSION to something saner. David -- David Golden x...@xdg.me Twitter/IRC: @xdg

Re: unsatisfied configure_requires in perl 5.12.3?

2014-04-22 Thread David Golden
On Tue, Apr 22, 2014 at 3:17 PM, Daniel Staal dst...@usa.net wrote: My point is that if you think that's necessary, why not say so in your module? (Where others can see that requirement, and fulfil it on a case-by-case basis, instead of a large scale toolchain modification for all users.)

Re: failure report print returned EINTR error

2014-02-15 Thread David Golden
EINTR. but it's not possible. perl protects buffered IO from Interrupts. please advice. -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Submitting non-CPAN modules to CPAN Testers

2014-01-02 Thread David Golden
something like metabase-relayd. For a host with internet access, a HEAD request would be sufficient. -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Tests fail but strings identical

2013-09-15 Thread David Golden
). Would it be likely that the problem is due to the got being a Windows file and the expected (shipped) output file is from my Debian box? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Rocky vs CPAN Testers

2013-07-23 Thread David Golden
further. Of course I may change my mind if he continues. FWIW, I think you should post your reply publicly. -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: CPAN Testers AUTOMATED_TESTING config

2013-06-13 Thread David Golden
. Regards, Slaven -- Slaven Rezic - slaven at rezic dot de BBBike - route planner for cyclists in Berlin WWW version: http://www.bbbike.de Perl/Tk version for Unix and Windows: http://bbbike.sourceforge.net -- David Golden x...@xdg.me Take back your inbox

Re: Please fix this - http://www.cpantesters.org/cpan/report/791c9742-afca-11e2-91f6-d67446d78f5b

2013-04-29 Thread David Golden
On Mon, Apr 29, 2013 at 5:07 AM, Shlomi Fish shlo...@shlomifish.org wrote: OK, this is likely a Dist-Zilla SNAFU - the question is - where? Prereq generation, I would think. Prereqs going into Makefile.PL ought to be numified. E.g. 0.5.0 should be 0.005 in the prereq. I don't know if the

Re: post about CPAN::Reporter and CPAN::Reporter::Smoker

2013-04-26 Thread David Golden
Great article! If you have ideas for how the wiki instructions can be made better, please go ahead and make edits to improve them. Regards, David Golden On Thu, Apr 25, 2013 at 11:19 PM, Alceu Rodrigues de Freitas Junior glasswal...@yahoo.com.br wrote: Hello to all, I wrote an article about

Re: Metabase overflow

2013-04-03 Thread David Golden
I'll fix that when I'm at my desk in a couple hours. David On Apr 3, 2013 1:34 AM, Slaven Rezic sla...@rezic.de wrote: It looks like there's a metabase overflow: Too many bytes in this Domain. The full error report is: Something failed in

Re: Metabase overflow

2013-04-03 Thread David Golden
I really need to get those cron scripts working off the same config file. I always forget to edit them. Should be fixed the next time the cron job fires. David On Wed, Apr 3, 2013 at 4:42 PM, Andreas Koenig andreas.koenig.7os6v...@franz.ak.mind.de wrote: David Golden x...@xdg.me writes

YACSmoke reports sent despite failing prereq

2013-02-07 Thread David Golden
http://www.cpantesters.org/cpan/report/5d739527-6bfd-1014-b8d8-6b354f8d0f8f Any ideas why this is getting sent when a prereq isn't satisfied? David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Ignore lists for a specific PAUSE id + tester

2013-02-04 Thread David Golden
, already done: https://rt.cpan.org/Ticket/Display.html?id=82720 -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Ignore lists for a specific PAUSE id + tester

2013-02-04 Thread David Golden
work, then tests that create and do work in a tempdir should work, and so on. Though for tests, probably File::Spec-tmpdir and . (relative to Makefile.PL) are the only things of interest. Easy to write a hacky version, but a bitch to write well, though. David -- David Golden x...@xdg.me Take

Re: Ignore lists for a specific PAUSE id + tester

2013-02-02 Thread David Golden
-- if this is a IPC::Run3/File::Temp vs NFS issue, maybe it should be fixed to deal more gracefully with an unlinking problem? -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Ignore lists for a specific PAUSE id + tester

2013-02-02 Thread David Golden
. (DESTROY doesn't have the same fatal problem with failing unlink.) David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Ignore lists for a specific PAUSE id + tester

2013-02-02 Thread David Golden
By default, tempfile creates in cwd, which could easily be on NFS. David On Feb 2, 2013 3:08 PM, Serguei Trouchelle s...@cpan.org wrote: Gabor Szabo wrote: If a real world user can also have similar setup using NFS, then this is a legitimate setup, isn't it? I can hardly imagine a real

Looking for maintainer for CPAN::Reporter

2013-01-21 Thread David Golden
ones) to take over. Any volunteers? David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Prerequisite version too low Need 1.50 have 1.5

2013-01-04 Thread David Golden
On Fri, Jan 4, 2013 at 11:46 AM, Lars Thegler l...@thegler.dk wrote: Yes, version.pm says 1.50 == 1.5. But both CPAN::Version and Sort::Versions disagree. Who is to say which is correct? We could easily find lots and lots of people on the Internet disagreeing heartily on this matter :) The

Re: smoking with 5.15, 5.13

2013-01-02 Thread David Golden
Forgot to copy the list in my reply to Rik. On Wed, Jan 2, 2013 at 9:46 AM, David Golden x...@xdg.me wrote: On Wed, Jan 2, 2013 at 8:42 AM, Ricardo Signes perl.test...@rjbs.manxome.org wrote: Can we all agree that there's no reason at this date to be smoking with 5.13 or 5.15? +1 Among

Re: smoking with 5.15, 5.13

2013-01-02 Thread David Golden
peeps to add the old dev version to their distroprefs when the next stable release is out too. When I eventually have some test boxes, I can add Metabase logic to reject reports from old dev versions. David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter

Re: CPAN::Reporter is disappearing

2012-12-18 Thread David Golden
if they are specified as prereqs, and I guess that was rare until CPanel did it, but perhaps I'll just skip checking whether Acme::* module load correctly. People who depend on Acme::* can suck it up. David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC

Re: CPAN::Reporter is disappearing

2012-12-15 Thread David Golden
that broken dependency chains aren't reported as FAIL. It already skipped loading some older Module::Install. I've added Acme::Bleach to the skip list. The *version* of Acme::Bleach is still checked through static analysis, but it won't be loaded. David -- David Golden x...@xdg.me Take back

Re: CPAN::Reporter is disappearing

2012-12-13 Thread David Golden
. -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: CPAN::Reporter is disappearing

2012-12-13 Thread David Golden
?) David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: CPAN::Reporter is disappearing

2012-12-13 Thread David Golden
: Can't locate Acme/Bleach.pm in @INC (@INC contains: ... -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: metrics for cpan

2012-11-29 Thread David Golden
are much heavier. I think having some public facing data about testing times could be useful to the community and this is the first thing I thought of. Kirk -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: failure installing dependencies

2012-11-08 Thread David Golden
it has some network test that timed out? There are so many reasons that dependencies could fail that I think a depfail grade winds up just being noise. David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: CPAN Testers Matrix with fresh data

2012-11-06 Thread David Golden
* of the report to see what happened. It can be scraped to get PASS/FAIL ratios by platform and perl version, but that's all. -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: CPAN Testers Matrix with fresh data

2012-11-05 Thread David Golden
that is missing reports (which is interesting since it's also derived from a SimpleDB query), so people are looking to use it to capture basic pass/fail data even without the underlying report. David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: 4 months of reports missing

2012-10-16 Thread David Golden
On Tue, Oct 16, 2012 at 5:15 PM, David Cantrell da...@cantrell.org.uk wrote: Nostrae culpae (our faults/sins) That's the one. Thank you! David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Metabase gives internal server error, can't submit reports

2012-10-10 Thread David Golden
PGP ID 0x4658671F http://www.gumbynet.org.uk == -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Metabase gives internal server error, can't submit reports

2012-10-10 Thread David Golden
, 2012 at 12:21 PM, David Goldenx...@xdg.me wrote: Looks like reports have started flowing again: Let me know how things progress today. I still see 'Internal Server Error' messages and can not seem to be able to submit reports. So am I at 13:20Z on 10/10. -Nigel -- David Golden

Re: Help testing HTTP-Tiny-0.023-TRIAL

2012-09-28 Thread David Golden
Thank you, but it needs to be run with AUTOMATED_TESTING. On Sep 28, 2012 5:24 AM, Shlomi Fish shlo...@shlomifish.org wrote: Hi David, On Thu, 27 Sep 2012 10:41:43 -0400 David Golden x...@xdg.me wrote: I've seen no test reports on this distribution yet. I'm trying to test intermittent

Re: Help testing HTTP-Tiny-0.023-TRIAL

2012-09-27 Thread David Golden
. But I've been saying that for about a year. Anyone know a good way to clone myself. I'm hoping all this data will eventually flow into the analysis site and help correlate the issues. David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Tail log not correctly refreshing on cpantesters.org

2012-09-11 Thread David Golden
to report this issue? I noticed the same thing and said something on the IRC last week after trying to setup CPAN tester box. Jonathan Otsuka -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: Devel::Trepan smoker failure on v5.16.1 GNU/Linux

2012-09-06 Thread David Golden
, I don't think CPANPLUS should submit a test report. David -- David Golden x...@xdg.me Take back your inbox! → http://www.bunchmail.com/ Twitter/IRC: @xdg

Re: I want to make CPAN::Reporter catch and report errors in the pre-PL phase

2012-08-13 Thread David Golden
comments and suggestions on CPANTS. I'm going to talk about some CPANTS stuff that I'm working on at YAPC::EU. I'm not sure if I can implement some of what you mentioned before the YAPC, but maybe we can discuss them there. Regards, Kenichi Ishigaki, aka charsbar 2012/8/8 David Golden xda

Re: I want to make CPAN::Reporter catch and report errors in the pre-PL phase

2012-08-08 Thread David Golden
I understand how frustrating it is to encounter these sorts of issues and I applaud your desire to get more transparency about them. However, I have several reservations about trying to address them with CPAN Testers. My first reservation is philosophical. CPAN Testers is primarily about *tests*

Re: CPAN Testers Daily Summary Report

2012-06-06 Thread David Golden
the best, but im curious what impact that would have for packagers etc. Also i have the understanding that the Alien:: packages are supposed to provide placeholder type of things for out of cpan dependencies? Dean On Wed, 30 May 2012 10:34:29 -0400, David Golden wrote: I see the deps

Re: Issues with VERSION migration in a module suite

2012-06-01 Thread David Golden
On Fri, Jun 1, 2012 at 12:47 PM, Marvin Humphrey mar...@rectangular.com wrote: In that vein, I would like to know: do you, as someone who has spent time in the trenches working with packaging, believe that version numbers and dependencies are best expressed at the distro level or at the

Re: Issues with VERSION migration in a module suite

2012-05-30 Thread David Golden
On Wed, May 30, 2012 at 8:04 AM, Phillip Moore w.phillip.mo...@gmail.com wrote: However, is this the only solution?  Is there any way to convince PAUSE that those older module versions didn't matter? No. I'm pretty sure versions have to increase. However, you could try *deleting* all the

Re: CPAN Testers Daily Summary Report

2012-05-30 Thread David Golden
I see the deps properly specified in a distribution built from a github clone, but that doesn't seem to be the same as what's on CPAN. -- David On Tue, May 29, 2012 at 5:45 AM, Dean Hamstead d...@fragfest.com.au wrote: Im hoping some charitable soul can help me out here. For some reason i

Re: Metabase overflow?

2012-05-26 Thread David Golden
You guys had to do this on a holiday weekend? I'll try to hotfix before my kids wake up. David On Sat, May 26, 2012 at 6:37 AM, Chris 'BinGOs' Williams ch...@bingosnet.co.uk wrote: On Sat, May 26, 2012 at 11:43:37AM +0200, Slaven Rezic wrote: When trying to submit a test report:    

Re: CPAN-testers database knackered?

2012-03-13 Thread David Golden
On Tue, Mar 13, 2012 at 10:58 AM, Aristotle Pagaltzis pagalt...@gmx.de wrote: * David Golden xda...@gmail.com [2012-03-12 20:20]: MongoDB is the leading candidate to replace Amazon's SimpleDB I hope that works out if you try it. You have heard the stories? http://pastebin.com/raw.php?i

Re: CPAN-testers database knackered?

2012-03-13 Thread David Golden
On Tue, Mar 13, 2012 at 7:19 AM, David Cantrell da...@cantrell.org.uk wrote: In terms of what the API (or the MongoDB thing) looks like, to cut down on the traffic, CPANdeps can live with just summaries of dist/distversion/perlversion/os/state, and doesn't need the report bodies.  Report

Re: CPAN-testers database knackered?

2012-03-13 Thread David Golden
On Tue, Mar 13, 2012 at 1:59 PM, Aristotle Pagaltzis pagalt...@gmx.de wrote: Yes. Isn’t that just what you get from SimpleDB, though? That would be why I thought KC an option. SimpleDB offer complex queries. And you pay for all the IO and CPU they use, too, which is why it's getting expensive

Re: CPAN-testers database knackered?

2012-03-12 Thread David Golden
On Mon, Mar 12, 2012 at 2:49 AM, Pedro Melo m...@simplicidade.org wrote: hmms... Maybe a git repo? It has the advantage that syncing since the last time would be fast, and the pack files are compressed. OTOH, unless we have per-dist repos it will get very big. I suggest Barbie and I (and

Re: PDL-2.4.10: a CPAN Testers success story

2012-02-16 Thread David Golden
Thank you for writing that. Abuse to CPAN Testers vastly exceeds compliments, so every compliment counts! Do you mind if we quote you on the CPAN Testers site and/or in presentations about the impact of CPAN Testers? You phrased it wonderfully for adaptation as an endorsement. :-) -- David

Re: Test::More 1.005000_002 (over)coverage

2012-02-10 Thread David Golden
On Thu, Feb 9, 2012 at 11:44 PM, Andreas J. Koenig andreas.koenig.7os6v...@franz.ak.mind.de wrote: It's often just Test::More 1.005000_002 and I'm tempted to say we've seen enough of it. I agree. I don't think it was appropriate to smoke with a dev release of Test::More in the first place. In

Re: Test::More 1.005000_002 (over)coverage

2012-02-10 Thread David Golden
On Fri, Feb 10, 2012 at 3:34 PM, Michael G Schwern schw...@pobox.com wrote: I strongly disagree.  It is absolutely appropriate to smoke alpha releases. If we're not testing alphas then what's the point of an alpha?  If you only smoke stables, the damage is already done! The point of testing

  1   2   3   4   5   >