Re: How to enable tests only when user ask for them?

2015-10-11 Thread Gabor Szabo
On Fri, Oct 2, 2015 at 5:06 PM, David Cantrell wrote: > On Fri, Oct 02, 2015 at 10:18:10AM +0300, Gabor Szabo wrote: > > > my $test_pw = prompt("Shall I test with password? [y|N]", 'n'); > > > > This will default to 'n' if this is an unatten

How to enable tests only when user ask for them?

2015-10-02 Thread Gabor Szabo
In Net::OpenSSH there is a test that will ask for a password. As I've just learned it will time-out after 15 sec, but I think it would be still better to ask the user if they want to run such tests and only run the tests if they have agreed. The question how to do that. Using EUMM: If I am not m

Re: smoker thinks 1.2.1 is 0

2015-05-26 Thread Gabor Szabo
Thanks for all the replies. I went with the patch Chorny sent me putting quotes around the '1.2.1' That worked. Gabor

smoker thinks 1.2.1 is 0

2015-05-22 Thread Gabor Szabo
Hi, In the Makefile.PL I have 'Test::Compile' => 1.2.1, but one of the smokers thinks the requirement is version 0 http://www.cpantesters.org/cpan/report/02e2a075-6bf4-1014-b49d-399b84084d61 All the other smoke reports I checked have correctly required v1.2.1. All the other version numbers t

The infrastructure of the CPAN Testers

2015-03-30 Thread Gabor Szabo
Hi, I am working on an article describing the infrastructure behind the various systems the Perl community uses. I'd also like to cover the CPAN Testers. The central system, that collects the reports, the various web sites listed on http://cpantesters.org/ and also the infrastructure of the indivi

Re: Any modules to get summary of a dist from CPANTESTERS?

2015-03-15 Thread Gabor Szabo
Hi Zhenyi, Other will probably have better answers, but I think the cpXXXan service can do something similar. http://cpxxxan.barnyard.co.uk/ I've recently written about it: http://perlmaven.com/cpan-for-older-versions-of-perl regards Gabor On Sun, Mar 15, 2015 at 11:04 AM, Zhenyi Zhou wrote

Re: Description of platforms

2015-02-16 Thread Gabor Szabo
On Mon, Feb 16, 2015 at 3:49 PM, Reini Urban wrote: > On 02/16/2015 02:41 PM, Gabor Szabo wrote: > > Hi there, > > > > In the "PASS" matrix there are various platforms that are unclear to me. > > For example > > http://www.cpantesters.org/distro/T/Term-

Description of platforms

2015-02-16 Thread Gabor Szabo
Hi there, In the "PASS" matrix there are various platforms that are unclear to me. For example http://www.cpantesters.org/distro/T/Term-ReadPassword-Win32.html has "Debian GNU/kFreeBSD" and it is not clear to me what operating system does this really cover. Is there a page listing the known platf

Re: Needed platforms for CPAN testers

2014-09-04 Thread Gabor Szabo
Barbie will surely tell you more about it but this is the Gratipay account of CPAN testers: https://gratipay.com/cpantesters/ Gabor

Re: Needed platforms for CPAN testers

2014-08-25 Thread Gabor Szabo
If I am not mistaken you are looking for the data I referred to yesterday http://stats.cpantesters.org/mplatforms.html when I was looking for a graph to see the trends in number of reports / OS (or rather platform). Sinan linked to a script extracting the data from the HTML, but I have not had time

Graph of number of tests per platform?

2014-08-24 Thread Gabor Szabo
Hi, is there a graph of the number of test for each platform where the x axis is month. I think this would be the raw data for it: http://stats.cpantesters.org/mplatforms.html If there is now such graph there, can I download that raw data in some other format? e.g. json or csv so I can try to cre

Testing module without satisfying prerequisites?

2014-08-13 Thread Gabor Szabo
In this report it seems the smoker has disregarded the prerequisites stated in Makefile.PL and tried to run with an older version of IO::Pty. http://www.cpantesters.org/cpan/report/13ecc0e8-22ad-11e4-9896-29fce0bfc7aa Have I made a mistake in the declaration of the prereqs or is this a bug somewh

Encoding issue in reports

2014-08-12 Thread Gabor Szabo
Hi, I think this is an old thing, but if you look at a report like this one http://www.cpantesters.org/cpan/report/d3fe01b0-227d-11e4-85ea-5bb1c7ccabfc then the name of Andreas in the From: fields is garbled. (The umlaut ö is not shown properly. Tried with Chrome and Firefox on OSX) It isn't crit

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

2014-08-03 Thread Gabor Szabo
n't understand what you mean. Can you give examples, please? > > David > > > > On Sun, Aug 3, 2014 at 3:48 PM, Gabor Szabo wrote: > >> Hi, >> >> I just noticed that in about every test report there is an entry as the >> subject line. It is a bit c

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

2014-08-03 Thread Gabor Szabo
Hi, I just noticed that in about every test report there is an entry as the subject line. It is a bit confusing as the reports came from 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 dia

CPANTesters network failure?

2014-03-23 Thread Gabor Szabo
hi this is mainly for BinGOs as the reports came from his box, but maybe someone here on the list can also give me a hand. I have some issues with a bunch of smoke reports: For example these two: http://www.cpantesters.org/cpan/report/9e50c40c-b1a9-11e3-add5-ed1d4a243164 http://www.cpantesters.o

The Eco-System of CPAN Testers

2013-11-07 Thread Gabor Szabo
The talk Barbie gave at YAPC::EU 2012 is currently the featured video on the Perl TV: http://perltv.org/v/the-eco-system-of-cpan-testers length: 18:50 regards Gabor

Re: Ignore lists for a specific PAUSE id + tester

2013-02-01 Thread Gabor Szabo
On Sat, Feb 2, 2013 at 6:59 AM, Serguei Trouchelle wrote: > Andreas Koenig wrote: > > If you can point us at a couple of example failure reports, maybe > someone here can figure out what's going wrong. In my experience it is > almost always the case that things like this are cause

Re: Locating Perl Modules that need extra attention (especially on Windows)

2013-01-04 Thread Gabor Szabo
Barbie, thanks! On Sat, Jan 5, 2013 at 5:42 AM, Leo Susanto wrote: > I think it's also prudent to separate Strawberry from AS, Cygwin to MinGW. Leo, Cygwin is already separated and I am not sure there is enough information in the reports to separate Strawberry from ActiveState or Citrus Perl for

Prerequisite version too low Need 1.50 have 1.5

2013-01-04 Thread Gabor Szabo
Hi, While trying to install Module-Packaged-0.86.tar.gz on Windows it had a test failure but it has not been reported because of this. I am not sure what does that mean. Is the version number comparison in CPAN::Reporter broken or should Module-Packaged declare Sort::Versions 1.5 as prerequisite?

Re: Locating Perl Modules that need extra attention (especially on Windows)

2013-01-04 Thread Gabor Szabo
And another request, would it be possible to fetch these lists in some machine readable format? Gabor

Re: Locating Perl Modules that need extra attention (especially on Windows)

2013-01-04 Thread Gabor Szabo
>>> Is there a way to fetch all the distributions that have no successful >>> test reports on Windows? >> >> There is now: >> >> http://stats.cpantesters.org/noreports/mswin32.html >> >> Along with all other Operating Systems :) >> Thanks again for this. Would it be possible to see the list sorted

Re: Locating Perl Modules that need extra attention (especially on Windows)

2012-12-31 Thread Gabor Szabo
On Mon, Dec 31, 2012 at 11:26 PM, Barbie wrote: > On Mon, Dec 17, 2012 at 06:02:25PM +0200, Gabor Szabo wrote: >> Recently there were a couple of blogs posts trying to identify the >> modules that would >> need the most attention. The solution were focusing on bug reports a

Locating Perl Modules that need extra attention (especially on Windows)

2012-12-17 Thread Gabor Szabo
Recently there were a couple of blogs posts trying to identify the modules that would need the most attention. The solution were focusing on bug reports and recent activity, but I think the data collected by the CPAN Testers could be also used. So in this blog post http://blogs.perl.org/users/gabo

Request for Graph clarifications

2012-12-08 Thread Gabor Szabo
Hi Barbie, I'd like to thank you for your work on CPAN Testers and for the monthly report you write. Looking at http://stats.cpantesters.org/graphs.html again, I am not sure I understand what each one of them means. If you, or someone else has time, could you please add some explanation? Specif

90% other?

2012-12-08 Thread Gabor Szabo
On http://stats.cpantesters.org/graphs.html the top most graph shows 90% "other" and less than 10% PASS. Is that a typo or am I misunderstanding something? regards Gabor

confused by the layout of the report page

2012-06-02 Thread Gabor Szabo
Hi, I have 4 usability issues. I wonder what do you think and if they could be addressed? 1) When I look at result page of a single distribution (e.g. http://www.cpantesters.org/distro/Y/YAML.html ) there are two tables on that page. The "PASS Summary" and the "Selected Reports". The "Preference

Re: Test complains about identical strings not being identical?

2012-03-11 Thread Gabor Szabo
On Sun, Mar 11, 2012 at 11:03 PM, Gabor Szabo wrote: > On Sun, Mar 11, 2012 at 7:10 PM, Andreas J. Koenig > wrote: >>>>>>> On Sun, 11 Mar 2012 13:50:08 +0200, Gabor Szabo >>>>>>> said: >> >>  > Could someone (especi

Re: Test complains about identical strings not being identical?

2012-03-11 Thread Gabor Szabo
On Sun, Mar 11, 2012 at 7:10 PM, Andreas J. Koenig wrote: >>>>>> On Sun, 11 Mar 2012 13:50:08 +0200, Gabor Szabo said: > >  > Could someone (especially BinGOs), please take a look at this report: >  > http://www.cpantesters.org/cpan/report/8396ba36-65c0-11e1-9d6

List of prerequisites and environment info

2012-03-11 Thread Gabor Szabo
hi, looking at two test reports: one using CPANPLUS http://www.cpantesters.org/cpan/report/8396ba36-65c0-11e1-9d6f-f6dbfa7543f5 and one using CPAN::Reporter http://www.cpantesters.org/cpan/report/cf758f1a-58a3-11e1-b43c-5b389aeef8c6 there are a number of differences in the list of prerequisites.

Test complains about identical strings not being identical?

2012-03-11 Thread Gabor Szabo
Could someone (especially BinGOs), please take a look at this report: http://www.cpantesters.org/cpan/report/8396ba36-65c0-11e1-9d6f-f6dbfa7543f5 It seems to complain about two identical strings not being the same. Any idea why would that happen? The same test passes on many other machines. reg

Re: CPAN-testers database knackered?

2012-03-11 Thread Gabor Szabo
On Sun, Mar 11, 2012 at 11:26 AM, Barbie wrote: > Andreas has already alerted me to this, but even recreating the SQLite > DB from scratch has the same problem. The only thing I can think of is > that the DB is so big now that SQLite has problems storing the data. > > This is why I want to look at

Re: I cannot send reports with CPAN::Reporter on Strawberry Perl

2012-02-09 Thread Gabor Szabo
On Thu, Feb 9, 2012 at 3:16 PM, Manoj Kumar wrote: > Hi, > > Have you recently updated Net::HTTPS? > > It seems version 6.02 does not work well with CPAN::Reporter (see 28/01/2012 > post by Leo Susanto on http://blog.cpantesters.org/diary/114). > > If you go back to Net::HTTPS 6.01, it should work

I cannot send reports with CPAN::Reporter on Strawberry Perl

2012-02-09 Thread Gabor Szabo
Hi, I just filed this ticket https://rt.cpan.org/Public/Bug/Display.html?id=74818 but maybe it's my mistake. I get the following error when when trying to send a test report: CPAN::Reporter: Test result is 'pass', All tests successful. CPAN::Reporter: preparing a CPAN Testers report for Sub-Inst

Re: Using an old XML-Writer here: http://www.cpantesters.org/cpan/report/c9bc7d3b-6bf9-1014-adbd-077e73fdb553

2011-07-11 Thread Gabor Szabo
Shlomi, a bit of rant here and then some constructive suggestions. On Sun, Jul 10, 2011 at 2:21 PM, Shlomi Fish wrote: > On Sun, 03 Jul 2011 13:39:55 -0700 > Serguei Trouchelle wrote: > >> >> In real world, they are very REALISTIC. People don't update modules in >> production just because they

Re: CPAN Testers game: achievements

2011-07-06 Thread Gabor Szabo
On Wed, Jul 6, 2011 at 8:36 AM, Gabor Szabo wrote: > I like the badges idea very much. > > On Tue, Jul 5, 2011 at 3:11 PM, Barbie wrote: > >> I'd also like to be able to give testers the ability to provide more >> details about themselves, such as their PAUSEID. T

Re: CPAN Testers game: achievements

2011-07-05 Thread Gabor Szabo
I like the badges idea very much. On Tue, Jul 5, 2011 at 3:11 PM, Barbie wrote: > I'd also like to be able to give testers the ability to provide more > details about themselves, such as their PAUSEID. This could then link > across the sites to better to allow authors to know who is testing thei

trying to locate modules that run "perl" instead of $^X

2011-07-04 Thread Gabor Szabo
One of the difficulties of having multiple installations of perl is that some code runs external scripts using "perl path/to/file param" instead of "$^X path/to/file param" I though I'd try to change the setup of my CPAN smoker to try to catch these cases. I thought of two strategies: 1) On Windo

Re: CPAN Testers Statistics update

2011-07-04 Thread Gabor Szabo
Very nice. Thank you! Gabor On Mon, Jul 4, 2011 at 3:28 PM, Barbie wrote: > A further update... distributions with no reports filed against them:

how well are various versions of perl supported by CPAN distros?

2011-07-02 Thread Gabor Szabo
Based on a recent discussion on the module-authors mailing list (that I guess most of the people here also read :) I would like to suggest some changes and features (without backing them with tuits) On http://pass.cpantesters.org/ by default show only selected perl versions and provide a link to s

Re: why no testing under Windows?

2011-07-02 Thread Gabor Szabo
I have a few ideas regarding tests on Windows and maybe other OS-es: 1) When looking at the matrix (e.g. http://matrix.cpantesters.org/?author=szabgab ) the FAILs stand out as they are red but the "no tests on this platform" is a less obvious thing. The white column stands out in many cases but it

Re: CPAN-Reporter-1.19_03 uploaded to CPAN

2011-06-29 Thread Gabor Szabo
On Wed, Jun 29, 2011 at 11:07 AM, Chad Davis wrote: > This may not be a bug, but it might impact current metabase testers, > so I want to ask here first. > My smoker just got around to testing the new CPAN-Reporter-1.19_03. > It's trying to run this: > > .../metabase-profile --output > /home/bq_cd

Re: why no testing under Windows?

2011-06-28 Thread Gabor Szabo
On Mon, Jun 27, 2011 at 8:56 PM, Slaven Rezic wrote: > Serguei Trouchelle writes: > >> Chris Marshall wrote: >> Many smoke testers blacklist distributions that prompt for user input during testing. >> >>> Any way to get a list of such blacklists? I've >>> got a couple of modules that do

Re: CPAN Testers and companies

2011-06-27 Thread Gabor Szabo
On Mon, Jun 27, 2011 at 3:48 PM, David Cantrell wrote: > On Sat, Jun 18, 2011 at 08:16:40AM +0300, Gabor Szabo wrote: > >> I did a little bit of calculation based on >> http://stats.cpantesters.org/testers.html >> and got these data points: >> ... >> Chris Wil

Re: why no testing under Windows?

2011-06-26 Thread Gabor Szabo
On Sun, Jun 26, 2011 at 10:51 PM, Serguei Trouchelle wrote: > Chris Marshall wrote: > >>> Many smoke testers blacklist distributions that prompt for user input >>> during testing. > >> Any way to get a list of such blacklists? I've >> got a couple of modules that don't ever seem to >> be tested bu

Re: why no testing under Windows?

2011-06-26 Thread Gabor Szabo
On Sun, Jun 26, 2011 at 9:21 PM, Chris Marshall wrote: > On 6/26/2011 2:11 PM, David Golden wrote: >> >> On Sun, Jun 26, 2011 at 1:38 PM, Gabor Szabo  wrote: >>> >>> specifically the date command on windows waits for user input so >>> this line stops the

Re: why no testing under Windows?

2011-06-26 Thread Gabor Szabo
On Sun, Jun 26, 2011 at 7:25 PM, John A. Kunze wrote: > Hi, > > I have a module, File-Pairtree-v0.301.0, uploaded May 20 that I'd like > to be tested under Windows, but no reports from Windows have ever come > through for any version of this module going back to 2009. > > Other modules of mine rou

Re: CPAN - send test results by default

2011-06-26 Thread Gabor Szabo
On Sun, Jun 26, 2011 at 11:56 AM, Lee Goddard wrote: > What is the concern over anonymous data? That it is not really anonymous? That would be seen effectively as an automatic phone-home system. Many people and companies have very negative view on that. Including me. > > How about an opt-out whe

Re: Leaderboards by platform or perl version?

2011-06-25 Thread Gabor Szabo
On Sat, Jun 25, 2011 at 6:42 PM, Barbie wrote: >> another suggestion would be to create a leaderboard for the non-smokers. >> If for nothing else then because it is healthier not to smoke. > > Not sure I follow this. A non-smoker would be somebody who doesn't > run tests. Did you mean differentiat

Re: Leaderboards by platform or perl version?

2011-06-25 Thread Gabor Szabo
On Sat, Jun 25, 2011 at 10:42 AM, Barbie wrote: > On Fri, Jun 24, 2011 at 10:16:57PM -0400, David Golden wrote: >> I'd love to see more attention given to less commonly tested >> platforms.  What do people think about creating leaderboards by >> platform?  That might give people a target they can

Re: CPAN Testers Wiki Update

2011-06-20 Thread Gabor Szabo
On Sun, Jun 19, 2011 at 6:53 PM, Barbie wrote: > > You should now be able to register with the site and create a new login > for yourself. I managed to register and edit one of the pages. Thanks! regards Gabor

Re: CPAN Testers and companies

2011-06-19 Thread Gabor Szabo
On Sun, Jun 19, 2011 at 7:10 PM, Barbie wrote: > On Sat, Jun 18, 2011 at 08:16:40AM +0300, Gabor Szabo wrote: >> >> IMHO while the 20-80 rule is known in many situations 4-96 is a bit >> unhealthy. > > Why? > > For a project like CPAN Testers there are alwa

Re: perl crashing while trying to install File::Flock on Strawberry Perl

2011-06-18 Thread Gabor Szabo
2011/6/19 Burak Gürsoy : > >> -Original Message- >> From: Gabor Szabo [mailto:szab...@gmail.com] >> Sent: Saturday, June 18, 2011 10:16 PM >> To: CPAN-Testers-Discuss >> Subject: perl crashing while trying to install File::Flock on >> Strawberry Per

perl crashing while trying to install File::Flock on Strawberry Perl

2011-06-18 Thread Gabor Szabo
As I was running the smoker in Strawberry Perl 5.12.3 I got a crash with a pop-up asking me if I want to report the bug to Microsoft so I guess this crashed perl itself. Then I tried to manually install the module and got the same pop-up crash. Below is the output. If I am not mistaken flock is n

CPAN Testers and companies

2011-06-17 Thread Gabor Szabo
sites? Of course any company that would employ BingOS would get an immediate and unreachable boost - which might have an upward pressure on his salary as well but I think this is an acceptable side-effect. What do you think? regards Gabor -- Gabor Szabo http://szabgab.com/

Re: CPAN smoking on Windows

2011-06-17 Thread Gabor Szabo
On Fri, Jun 17, 2011 at 11:16 PM, Barbie wrote: > Hi Gabor, > >> ps. Would it be possible to put a time stamp on >> http://stats.cpantesters.org/testers.html >> to know when it was generated (and maybe some hints when is it going >> to be generated next time). > > It's typical generated every 4 ho

Re: LWP::Protocol::https is also needed for CPAN::Reporter

2011-06-17 Thread Gabor Szabo
On Fri, Jun 17, 2011 at 11:07 PM, Barbie wrote: > Hi Gabor, > >> I have tried to register to the wiki ( http://wiki.cpantesters.org/ ) >> but it keeps >> rejecting my registration and does not tell me anything useful what is wrong. >> So I guess it just disliked my password attempts. Or maybe some

LWP::Protocol::https is also needed for CPAN::Reporter

2011-06-17 Thread Gabor Szabo
Hi, I have tried to register to the wiki ( http://wiki.cpantesters.org/ ) but it keeps rejecting my registration and does not tell me anything useful what is wrong. So I guess it just disliked my password attempts. Or maybe something else. Anyway, I just installed 5.14.1 on Ubuntu and tried to s

CPAN smoking on Windows

2011-06-13 Thread Gabor Szabo
. The config.ini file was created in c:\Documents and Settings\Gabor Szabo\.cpanreporter which is probably based on the %HOMEPATH% environment variable. In config.ini The transport = Metabase uri https://metabase.cpantesters.org/api/v1/ id_file c:/metabase_id.json row had to be added and the

graphs of reports per OS

2011-05-31 Thread Gabor Szabo
I think these graphs are great: http://stats.cpantesters.org/trends.html thank you! I was looking for data to show number of reports for Windows and to compare that to other Operating Systems. I found this http://stats.cpantesters.org/mosname.html but it is quit hard to see the aggregates there a

Re: Live internet tests in smoke testing

2011-01-10 Thread Gabor Szabo
On Mon, Jan 10, 2011 at 6:08 PM, Lee wrote: > On 10/01/2011 13:42, David Cantrell wrote: >> >> On Sat, Jan 08, 2011 at 11:16:33AM -0500, Chris Marshall wrote: >>> >>> For me, setting AUTOMATED_TESTING is not agreement >>> that anything goes for tests.  If a module needs to >>> access the network f

Re: Live internet tests in smoke testing

2011-01-07 Thread Gabor Szabo
On Sat, Jan 8, 2011 at 1:38 AM, David Cantrell wrote: >> If they are simple connection tests, that I would think you should be >> fine. Any complex then running under AUTOMATED_TESTING is reasonable, >> and prompting (default to No) otherwise. > > Perhaps do a simple check for connectivity and hav

testing Debug::Client

2009-12-18 Thread Gabor Szabo
Hi, Debug:Client is used to add the visual debugger to Padre. In the last few days I made a lot of changes to it. So far the reports I got from the CPAN testers provided me with very valuable input on how to improve it. It was really great to get several fail reports within 12 hours so I could rel

Re: CPAN::Testers::Client and testing on other perls

2009-05-13 Thread Gabor Szabo
On Tue, May 12, 2009 at 5:12 PM, David Golden wrote: > > How does that sound? Overwhelming. In any case I just wanted to raise the issue so that it will at least possible at one time to test other perls in a situation that more closely resembles the one regular users encounter. (e.g. no toolchai

CPAN::Testers::Client and testing on other perls

2009-05-12 Thread Gabor Szabo
The message about the new CPAN::Testers::Client reminded me of a question I wanted to ask for time now. AFAIK the current testing framework assumes that you have the testing infrastructure installed in the same perl as the one you are testing. Would it be possible to allow testing an arbitrary pe

Re: List Information Page

2009-05-09 Thread Gabor Szabo
2009/5/6 imacat : > On Wed, 6 May 2009 09:17:46 +0300 > Gabor Szabo wrote: >> On Tue, May 5, 2009 at 8:42 PM, David Golden wrote: >> > On Tue, May 5, 2009 at 1:03 PM, imacat wrote: >> >>     3. The CPAN Testers Discussion list cpan-testers-discuss@perl.org >

Re: List Information Page

2009-05-05 Thread Gabor Szabo
On Tue, May 5, 2009 at 8:42 PM, David Golden wrote: > On Tue, May 5, 2009 at 1:03 PM, imacat wrote: >>     3. The CPAN Testers Discussion list cpan-testers-discuss@perl.org >> is not on the Perl Mailing List Database page http://lists.cpan.org/ . >> The supposed page >> http://lists.cpan.org/show

Re: US CPAN mirror update stalled?

2009-04-03 Thread Gabor Szabo
On Fri, Apr 3, 2009 at 2:54 PM, David Landgren wrote: > Gabor Szabo wrote: >> >> Actually on http://mirrors.cpan.org/status.cgi I don't see any mirror >> newer than 30th March. >> >> do you ? > > That page is useless; I prod Jarkko about it from t

Re: US CPAN mirror update stalled?

2009-04-03 Thread Gabor Szabo
Actually on http://mirrors.cpan.org/status.cgi I don't see any mirror newer than 30th March. do you ? Gabor On Fri, Apr 3, 2009 at 1:43 PM, David Golden wrote: > You may just need to pick a different mirror.  I tend to rotate > between cpan.yahoo.com, cpan.pair.com and mirrors.kernel.org. > > -

OT: lists.cpan.org

2009-03-24 Thread Gabor Szabo
I know there are people who will complain about the fact I did it or the way I did it, I am getting really used to it. So I took the liberty to copy all the data from lists.cpan.org (aka lists.perl.org) to the Perlfoundation wiki. As the data was too big to fit on one page I split it up into 6 pa

Re: rfc: "safer" smoking

2009-01-20 Thread Gabor Szabo
On Wed, Jan 21, 2009 at 4:13 AM, imacat wrote: > On 01/20/2009 12:07 AM, David Westbrook wrote: >> Proposition: >> + Provide an easy way to execute CPAN::Reporter::Smoker, limited >> just to distributions that have any version installed on the system >> (instead of all of CPAN). > >I st

Re: rfc: "safer" smoking

2009-01-19 Thread Gabor Szabo
On Mon, Jan 19, 2009 at 6:07 PM, David Westbrook wrote: > > Proposition: >+ Provide an easy way to execute CPAN::Reporter::Smoker, limited > just to distributions that have any version installed on the system > (instead of all of CPAN). In general I think this is a good idea and I probably

Re: Smoking Padre

2009-01-06 Thread Gabor Szabo
On Tue, Jan 6, 2009 at 4:14 PM, David Golden wrote: > On Tue, Jan 6, 2009 at 7:16 AM, Gabor Szabo wrote: >> >> Admittedly Padre has some difficult dependencies >> (threaded perl + wxWidgets + DBD::SQLite) to mention the difficult >> ones but it would give us a great de

Re: Smoking Padre

2009-01-06 Thread Gabor Szabo
On Tue, Jan 6, 2009 at 7:53 PM, David Cantrell wrote: > [CCing Gabor in case he's not on the list] I am on the list. thanks anyway. > On Tue, Jan 06, 2009 at 02:16:09PM +0200, Gabor Szabo wrote: > >> Looking at the reports it seems there are relatively few reports fo

Smoking Padre

2009-01-06 Thread Gabor Szabo
hi, I've just uploaded v0.24 of Padre. http://search.cpan.org/dist/Padre/ With this we were discussing to start to release developer versions but IMHO the real advantage of that would be to get feedback from the smokers. Looking at the reports it seems there are relatively few reports for Padre.

catching system "perl ..." in code

2008-12-07 Thread Gabor Szabo
When calling out to perl doing system "perl ..." is incorrect first of all because the current perl might not be the one in PATH. It is better to use $^X or to use Probe::Perl So I wonder if there could be (or if there already is) a CPAN smoker setup where the only "perl" in PATH is a fake perl

Re: CPAN Testers Daily Report

2008-11-27 Thread Gabor Szabo
I think Test::NeedsDisplay was written to be able to skip tests that need a display. We use it in Padre. Gabor On Thu, Nov 27, 2008 at 11:46 AM, Chris 'BinGOs' Williams <[EMAIL PROTECTED]> wrote: > On Thu, Nov 27, 2008 at 10:10:25AM +0100, Lorenz Domke wrote: >> Hello CPAN tester, >> >> thank you

Adding the output of perl Makefile.PL

2008-11-10 Thread Gabor Szabo
Would it be possible to add the output of perl Makefile.PL or perl Build.PL to the reports sent by the smokers ? Gabor

Re: Announcement: CPAN-WWW-Testers-0.35

2008-10-02 Thread Gabor Szabo
Slaven, I am not sure if you have already considered this but if not, maybe you should integrate the testers matrix into the now finally maintained main site. BTW Barbie, does CPAN::WWW::Testers already have a publicly readable version control? Ah I found it: http://wiki.cpantesters.org/wiki/Cont

Re: Comment on pod I'm adding to my module to encourage CPAN::Reporter use

2008-09-10 Thread Gabor Szabo
Maybe also include a link to the web site of the CPAN Testers: L and to the wiki L Gabor On Wed, Sep 10, 2008 at 1:25 PM, Martin Evans <[EMAIL PROTECTED]> wrote: > Hi CPAN testers, > > I am about to make new release of one of the modules

why should I send test reports anyway?

2008-09-09 Thread Gabor Szabo
. Especially if the new version changes the failure/success status of the module. What else is there for an arbitrary Perl user to get her start sending reports? Gabor -- Gabor Szabo http://szabgab.com/blog.html Test Automation Tips http://szabgab.com/test_automation_tips.html

Re: Still "This module requires 'Module::Build' and 'CPANPLUS::Dist::Build' to be installed,"

2008-09-05 Thread Gabor Szabo
On Fri, Sep 5, 2008 at 12:54 PM, Chris Williams <[EMAIL PROTECTED]> wrote: > The former, I forgot about completely. what, are you human? > > *blush* no reason for that and thanks for your brain and cpu cycles Gabor

Still "This module requires 'Module::Build' and 'CPANPLUS::Dist::Build' to be installed,"

2008-09-04 Thread Gabor Szabo
I Bingo, I thought this was already solved in the last few days: This module requires 'Module::Build' and 'CPANPLUS::Dist::Build' to be installed, but I just seen a few of these: http://www.nntp.perl.org/group/perl.cpan.testers/2008/09/msg2141189.html regards Gabor

Re: Getting to CPAN-testers 2.0

2008-09-04 Thread Gabor Szabo
On Thu, Sep 4, 2008 at 5:29 PM, David Golden <[EMAIL PROTECTED]> wrote: > > So I don't think the challenge is really a TPF-supported coder -- I > think we need a small group of knowledgeable people to set aside time > to hammer out a design and pressure-test it. In short, you need a QA Hackathon :

Re: Thoughts / Ramblings

2008-09-03 Thread Gabor Szabo
On Thu, Sep 4, 2008 at 5:39 AM, David Golden <[EMAIL PROTECTED]> wrote: > On Wed, Sep 3, 2008 at 7:18 PM, Barbie <[EMAIL PROTECTED]> wrote: >> Another irritation for authors is to receive reports for distributions >> that have since been fixed. This has been much more of a problem in >> recent tim

Re: I Want to Believe in the CPAN (was Re: cpantesters - why exit(0)?)

2008-09-03 Thread Gabor Szabo
On Wed, Sep 3, 2008 at 5:08 PM, Sisyphus <[EMAIL PROTECTED]> wrote: > > I tried to find the original post where Graham expressed the view quoted > above ... but failed to do so. > Seems to me that Graham's argument also applies to situations where 'perl > Makefile.PL' went fine, but the 'make' proc

Re: What reports I'd like to see - platform diversity - more people

2008-09-03 Thread Gabor Szabo
On Wed, Sep 3, 2008 at 4:56 PM, David Cantrell <[EMAIL PROTECTED]> wrote: > On Wed, Sep 03, 2008 at 03:00:40PM +0300, Gabor Szabo wrote: > > >> I'd like to see people also test modules that were uploaded long time ago. >> (the latest version of them) and not only th

What reports I'd like to see - platform diversity - more people

2008-09-03 Thread Gabor Szabo
Hi, this discussion about the quality of the test reports back and forth is a bit too much for me so let me start a separate thread. It's good that there are dedicated people who setup smoke testing but I think what we would need is more diversity both for new and old modules. It's great to get

Re: CPANPLUS-0.85_03 based smoker

2008-09-03 Thread Gabor Szabo
On Wed, Sep 3, 2008 at 1:59 PM, Kidney Bingos <[EMAIL PROTECTED]> wrote: > On Wed, Sep 03, 2008 at 01:39:00PM +0300, Gabor Szabo wrote: >> Great, can you, please tell it to test Padre so I can see if the issue with >> the "missing Makrefile.PL" has been resolv

Re: cpantesters - why exit(0)?

2008-09-02 Thread Gabor Szabo
On Wed, Sep 3, 2008 at 3:13 AM, Peter Flanigan <[EMAIL PROTECTED]> wrote: > On Tue, Sep 02, 2008 at 02:20:00PM -0700, chromatic wrote: >>> >>> On Tuesday 02 September 2008 14:10:55 David Cantrell wrote: >>> On Tue, Sep 02, 2008 at 01:23:31PM -0700, chromatic wrote: > > I already know t

Re: proposal: fix bogus FAILS from CPANPLUS/Build.PL

2008-09-02 Thread Gabor Szabo
On Wed, Sep 3, 2008 at 5:14 AM, David Golden <[EMAIL PROTECTED]> wrote: > We've all seen the situation or seen the flamewars on it: > > * CPANPLUS-based tester > * CPANPLUS::Dist::Build not installed > * Distribution only has Build.PL > * CPANPLUS generates a Makefile.PL (without dependencies) > *

Re: cpantesters - why exit(0)?

2008-09-02 Thread Gabor Szabo
On Wed, Sep 3, 2008 at 1:21 AM, David Golden <[EMAIL PROTECTED]> wrote: > On Tue, Sep 2, 2008 at 5:42 PM, Gabor Szabo <[EMAIL PROTECTED]> wrote: >> On the other hand I don't understand why was this sent: >> http://www.nntp.perl.org/group/perl.cpan.testers/2008/08/ms

Re: cpantesters - why exit(0)?

2008-09-02 Thread Gabor Szabo
I am personally quite satisfied with the CPAN Testers though I do think that there is too much noise (false FAIL reports) which mean the average CPAN user who is not familiar with the situation will be misled. AFAIK Barbie and co are working on a better schema for the database that soon will impro

Re: Where are the reports now?

2008-07-29 Thread Gabor Szabo
On Wed, Jul 30, 2008 at 1:23 AM, Barbie <[EMAIL PROTECTED]> wrote: > On Mon, Jul 28, 2008 at 08:06:54AM +0300, Gabor Szabo wrote: >> I have just recently uploaded a new module called "Padre". >> Within a few hours it showed up on >> http://search.cpan.org/

Where are the reports now?

2008-07-27 Thread Gabor Szabo
I have just recently uploaded a new module called "Padre". Within a few hours it showed up on http://search.cpan.org/dist/Padre/ which said there are 8 failed reports. (Later I installed it myself sending a successful report) but I could not find the information neither on http://cpantesters.perl.

Re: Database Changing - Advance Warning

2008-07-24 Thread Gabor Szabo
Hi Barbie, I would like to close the http://cpantesters.szabgab.com/stats/ site (where pass.cpantesters.org is currently pointing) you already have the code and running on the central site: http://www.cpantesters.org/stats/ So I don't see any reason to keep it on my server too. Please redirect