TAP::Parser::Iterator::Process

2013-08-26 Thread Ron Savage
. BEGIN failed--compilation aborted at -e line 1. See: http://www.cpantesters.org/cpan/report/81517f26-0cfa-11e3-b3b4-ccd50a16a0db I really have no idea what's happening. Any ideas? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622

Re: TAP::Parser::Iterator::Process

2013-08-26 Thread Ron Savage
Hi David On 27/08/13 13:02, David Golden wrote: On Mon, Aug 26, 2013 at 10:25 PM, Ron Savage wrote: Any ideas? Off the top of my head, I'm suspicious of the huge PERL5LIB because Test::Harness turns the whole thing into -I switches to get around taint mode. Yes, I was mildly aston

Re: TAP::Parser::Iterator::Process

2013-08-27 Thread Ron Savage
Hi Olof Ok. Thanx for that. I'm going to assume it's a fault on the tester's machine, not my module. I.e.: Good news! On 27/08/13 20:42, Olof Johansson wrote: On 2013-08-27 12:25 +1000, Ron Savage wrote: Hi Occasionally (maybe twice a year) I have a CPAN tester error of t

IO::Pipe and Proc::Fork Tests hanging on Windows

2013-08-29 Thread Ron Savage
defaults.pl ran 0 tests # Failed test 'defaults.pl ran 0 tests' # at t/test.t line 31. # got: '0' # expected: '6' # Running headers.pl not ok 7 - run() in headers.pl returned real data # Failed test 'run() in headers.pl returned real data' # at t/test.t line 17. not ok 8 - headers.pl ran 0 tests # Failed test 'headers.pl ran 0 tests' # at t/test.t line 31. # got: '0' # expected: '17' # Running hook.tests.pl (hangs) The counts got/expected are lines of output. Can't explain that problem either, but the hang is worse. Any ideas? -- Ron Savage http://savage.net.au/ Ph: 0421 920 622

Re: IO::Pipe and Proc::Fork Tests hanging on Windows

2013-08-29 Thread Ron Savage
Windows. David On Thu, Aug 29, 2013 at 7:20 PM, Ron Savage wrote: Hi I'm using this code in the tests for CGI::Snapp, with pre-reqs: 'Capture::Tiny' => 0.22, 'Carp' => 1.20, 'CGI' => 3.63, 'CGI::PSG

Tests fail but strings identical

2013-09-15 Thread Ron Savage
27;:encoding(utf8)'} but without the chomp option, and calling is(read_file). 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

Re: Metabase overflow?

2014-01-21 Thread Ron Savage
the next page produced that error. -- Ron Savage http://savage.net.au/

Re: unsatisfied configure_requires in perl 5.12.3?

2014-04-23 Thread Ron Savage
Hi On 23/04/14 23:55, Barbie wrote: Hi Karen, If we were to recommend a minimum version for each part of the toolchain (and smoke chain too), I think this should be a page on the CPAN Testers Would this be implemented with makefiles containing smoking_requires => {...}. -- Ron Sav

Re: Tester Comments

2014-06-11 Thread Ron Savage
excess of local copyright law. ----------- -- Ron Savage savage.net.au

Re: No proper documentation to install php interpreter

2015-03-29 Thread Ron Savage
but haven't been able to call a perl script from php file. The error I get when I try to call perl from PHP is : class Perl not set. Could you point me to any resources from which I can take some help? -- Regards, Uday Shankar Kintali 520-548-9039 -- Ron Savage - savage.net.au

Re: No proper documentation to install php interpreter

2015-03-29 Thread Ron Savage
/article/9282?page=0,1 I think installation of PHP Interpreter did not happen properly , but I am not sure how to check it. Could you please give some reference where I can get information regarding calling perl script from PHP page. On Sun, Mar 29, 2015 at 2:34 PM, Ron Savage mailto:r

Re: No proper documentation to install php interpreter

2015-03-29 Thread Ron Savage
er, I looked around a lot, but not many things are helpful. On Sun, Mar 29, 2015 at 5:00 PM, Ron Savage mailto:r...@savage.net.au>> wrote: Hi Uday Hmm. Interesting. Did you write/copy a series of tiny/small test programs, to determine if PHP::Interpreter actually runs?

Re: No proper documentation to install php interpreter

2015-03-29 Thread Ron Savage
pass these values to perl script. Please let me know if this method is right and is there any other way. On Sun, Mar 29, 2015 at 6:19 PM, Ron Savage mailto:r...@savage.net.au>> wrote: Hi Uday PHP::Interpreter needs someone to fix all its bugs before it can be installed under

Re: Let me testify ...

2015-06-07 Thread Ron Savage
very version of Perl from 5.8.5 to 5.22.0. The term "awesome" is very much overused these days, but I think this is a case where it hits the spot. Exactly. Thank you very much. Jim Keenan -- Ron Savage - savage.net.au

Need help with File::Glob issue

2016-02-07 Thread Ron Savage
t/ad08b91d-6bf3-1014-9e1c-9cc1d76cae89 The syntax I used is: use File::Glob ':bsd_glob'; Any ideas? -- Ron Savage - savage.net.au

Re: Need help with File::Glob issue

2016-02-07 Thread Ron Savage
Hi Tom On 08/02/16 17:19, Tom Molesworth wrote: Hi Ron, On 08/02/16 06:04, Ron Savage wrote: A brand new module (Image::Magick::CommandParser) is getting this error: "bsd_glob" is not defined in %File::Glob::EXPORT_TAGS at C:/strawberry/perl/lib/File/Glob.pm line 11. It's &

Re: Need help with File::Glob issue

2016-02-08 Thread Ron Savage
Hi Tony On 08/02/16 18:25, Tony Cook wrote: On Mon, Feb 08, 2016 at 05:35:11PM +1100, Ron Savage wrote: The syntax I used is: use File::Glob ':bsd_glob'; $many x thanx; I retreated (sic) to POG - Plain Ol' Glob. bsd_glob() is available back to 5.6, and the flags back to

Guidance sought re Prereqs/Develop/Requires

2016-02-29 Thread Ron Savage
=> { + develop => { + requires => { + 'Test::Pod' => 1.48 + } + } + } }; } Clearly a.patch is safest because it's minimalist. But is b.patch 100% safe? Neither he nor I know. Does anybody? TIA. -- Ron Savage - savage.net.au

Re: Guidance sought re Prereqs/Develop/Requires

2016-02-29 Thread Ron Savage
t doc thoroughly. Perhaps he hasn't either!? Perhaps reading the section in prerequisite phases in the meta spec might clarify things a bit: https://metacpan.org/pod/CPAN::Meta::Spec#PREREQUISITES Ahhh. I see prereqs/develop/requires is a going concern. I shall adopt it. $many x $thanx; --

Re: The meaning of `config_args'

2016-03-27 Thread Ron Savage
could possibly mean? Reading this msg, none of us has a clue as to the code you've used :-). I suggest you upload your tarball to your website and perhaps someone will download it and analyze it for you. -- Ron Savage - savage.net.au

Battling Makefile.PL and META.json

2016-04-25 Thread Ron Savage
Hi See attached. Debian V 8.4. Perl V 5.20.2. ExtUtils::MakeMaker V 7.14. CPAN::Meta V 2.150005. Can anyone help me as to why the given Makefile.PL produces the given META.json? I expect at least the repository in META.json to come from Makefile.PL. TIA. -- Ron Savage - savage.net.au

Re: Battling Makefile.PL and META.json

2016-04-25 Thread Ron Savage
/Tree-DAG_Node-Persist-1.09/META.json On 26/04/16 13:01, Ron Savage wrote: Hi See attached. Debian V 8.4. Perl V 5.20.2. ExtUtils::MakeMaker V 7.14. CPAN::Meta V 2.150005. Can anyone help me as to why the given Makefile.PL produces the given META.json? I expect at least the repository in META.js

Re: Errors in metabase delivery

2016-07-18 Thread Ron Savage
I've never seen this one. -- Ron Savage - savage.net.au

Data::Dumper issue: V 2.124 'v' 2.125

2016-09-27 Thread Ron Savage
Hi Data::Dumper V 2.125 is requested in the Makefile.PL. Marpa::R3 is getting this error: http://www.cpantesters.org/cpan/report/e20e-818f-11e6-9919-d235d7926715 Any ideas why V 2.125 is not being installed? Is it because Data::Dumper is in core? -- Ron Savage - savage.net.au

Re: Data::Dumper issue: V 2.124 'v' 2.125

2016-09-27 Thread Ron Savage
g no prereqs at all. Thanx. The Makefile generates MYMETA.(json, yaml), but not META.*. Also, I'm on the mailing list, so one reply is OK! On Tue, Sep 27, 2016 at 5:29 PM, Ron Savage mailto:r...@savage.net.au>> wrote: Hi Data::Dumper V 2.125 is requested in the Makefile.PL.

Re: Data::Dumper issue: V 2.124 'v' 2.125

2016-09-27 Thread Ron Savage
using that incantation. I'll let him know pronto. $many x $thanx. On Tue, Sep 27, 2016 at 5:51 PM, Ron Savage mailto:r...@savage.net.au>> wrote: Hi Karen On 28/09/16 10:47, Karen Etheridge wrote: There's no META.* files, which probably doesn't help... if

Re: Data::Dumper issue: V 2.124 'v' 2.125

2016-09-27 Thread Ron Savage
Hi Eirik On 28/09/16 11:10, Eirik Berg Hanssen wrote: On Wed, Sep 28, 2016 at 2:51 AM, Ron Savage mailto:r...@savage.net.au>> wrote: On 28/09/16 10:47, Karen Etheridge wrote: There's no META.* files, which probably doesn't help... if the smoker is

Re: Data::Dumper issue: V 2.124 'v' 2.125

2016-09-28 Thread Ron Savage
e's no META.yml, the only way to find out what the configure_requires modules are is to run Makefile.PL. By the time that has put the resulting data into Makefile it's too late to actually *use* that data. Change the CONFIGURE_REQUIRES to BUILD_REQUIRES and CPAN clients should

Re: Data::Dumper issue: V 2.124 'v' 2.125

2016-09-28 Thread Ron Savage
Hi Karen On 29/09/16 09:14, Karen Etheridge wrote: If those prereqs are needed at runtime, they belong in PREREQ_PM. BUILD_REQUIRES is only for things needed at the "make" or "./Build" step. Thanx. -- Ron Savage - savage.net.au

Showing/hiding symbols in a dynamic library

2017-01-22 Thread Ron Savage
ht that there's no portable way to control which symbols are visible from a dynamic library? That is, I know Windows has one, etc., etc., but there's no portable way to do this -- Ron Savage - savage.net.au

Re: Showing/hiding symbols in a dynamic library

2017-01-25 Thread Ron Savage
would be implemented, or if it even makes sense. -- Ron Savage - savage.net.au

Re: Info about environment

2017-02-25 Thread Ron Savage
List::Util thank you -- Ron Savage - savage.net.au

Re: Info about environment

2017-02-26 Thread Ron Savage
Hi Olivier Thanx. I didn't mention that because I don't use Dist::Zilla. On 26/02/17 19:56, Olivier Mengué wrote: 2017-02-26 4:00 GMT+01:00 Ron Savage mailto:r...@savage.net.au>>: Hi Add code to your first test to display all wanted version #s. For example : http

CMake and Perl

2017-02-26 Thread Ron Savage
Hi Does anyone has advice/tutorials on using CMake for building Perl modules containing XS? -- Ron Savage - savage.net.au

Re: duplicate report on cpan-test, but how to find?

2017-04-19 Thread Ron Savage
nknown" results, but none of those had "2.6.1(0.30553)" in the OS field (which seems to be where that goes(?) nor do any of those come from me. So I'm wondering where I might find the "original" for which the above is a "duplicate"? Shouldn't it be on that page? Thanks! -linda -- Ron Savage - savage.net.au

Re: New Metabase API beta

2017-05-27 Thread Ron Savage
be vigilant for issues. Doug Bell d...@preaction.me <mailto:d...@preaction.me> -- Ron Savage - savage.net.au

Re: tests failing due to dependency on Regexp::Common

2017-06-13 Thread Ron Savage
Fig.pm line 25. # Compilation failed in require at t/arc.t line 15 Is there a way to list specific module dependencies in the test configuration? Or should I recode my module to not depend on that module? Thanks, Scott -- Ron Savage - savage.net.au

Re: Removing/hiding data from CPAN Testers

2017-07-05 Thread Ron Savage
one have any other thoughts/opinions? Doug Bell d...@preaction.me <mailto:d...@preaction.me> -- Ron Savage - savage.net.au

Re: Removing/hiding data from CPAN Testers

2017-07-05 Thread Ron Savage
orted"? On Wed, Jul 5, 2017 at 6:40 PM, Ron Savage mailto:r...@savage.net.au>> wrote: Hi Doug How much change would result, and how difficult would it be, if you deleted data pertaining to version of Perl which are no longer supported? On 06/07/17 10:03, Doug

Re: Removing/hiding data from CPAN Testers

2017-07-05 Thread Ron Savage
ompatibility is one of the great things that the cpantesters network brings us. On Wed, Jul 5, 2017 at 8:15 PM, Ron Savage mailto:r...@savage.net.au>> wrote: Hi Karen I paused over that statement, but I'm sure there are persons with the Perl 5 porters group, for example,

Re: fast matrix v.s. matrix

2017-07-05 Thread Ron Savage
PASS: 414 NA: 2 UNKNOWN: 2 Number of tested configurations: 131 So the question is... is that normal ? Thanks, Regards, Jean-Damien. -- Ron Savage - savage.net.au

Re: fast matrix v.s. matrix

2017-07-06 Thread Ron Savage
nds normal to me, but Slaven would have to answer definitively. Doug Bell d...@preaction.me <mailto:d...@preaction.me> -- Ron Savage - savage.net.au

Re: Submission failures

2017-08-31 Thread Ron Savage
tails: cache-dca17735-DCA 1503755191 366831648 Varnish cache server Is anyone else seeing it? -Nigel -- Ron Savage - savage.net.au

Re: Submission failures

2017-08-31 Thread Ron Savage
be how we do it. Doug Bell d...@preaction.me <mailto:d...@preaction.me> On Aug 31, 2017, at 6:10 PM, Ron Savage mailto:r...@savage.net.au>> wrote: Hi Doug If you need $500 to rent equipment let me know, and we'll arrange something. I donate to Jeffrey Kegler via Paypal, for M

Marpa::R2: After 11 days only 2 results

2018-01-29 Thread Ron Savage
Hi On this page http://matrix.cpantesters.org/?dist=Marpa-R2 there are only 2 results 11 days after uploading. Any ideas? -- Ron Savage - savage.net.au

Re: Marpa::R2: After 11 days only 2 results

2018-01-30 Thread Ron Savage
Hi Nigel Aggghhh. Thanx for the info. On 31/01/18 05:30, Nigel Horne wrote: On Tue, Jan 30, 2018 at 11:49:45AM +1100, Ron Savage wrote: On this page http://matrix.cpantesters.org/?dist=Marpa-R2 there are only 2 results 11 days after uploading. Any ideas? Marpa::R2 depends on PPI.  For

Re: Marpa::R2: After 11 days only 2 results

2018-01-30 Thread Ron Savage
Hi Dave $many x $thanx; On 31/01/18 04:33, David Cantrell wrote: On Tue, Jan 30, 2018 at 11:49:45AM +1100, Ron Savage wrote: On this page http://matrix.cpantesters.org/?dist=Marpa-R2 there are only 2 results 11 days after uploading. Any ideas? I can only assume that something in the

Re: Marpa::R2: After 11 days only 2 results

2018-01-30 Thread Ron Savage
Hi Slaven Thanx! On 31/01/18 09:55, Slaven Rezic wrote: Ron Savage writes: Hi On this page http://matrix.cpantesters.org/?dist=Marpa-R2 there are only 2 results 11 days after uploading. Any ideas? Please try the fast matrix: http://fast-matrix.cpantesters.org/?dist=Marpa-R2%205.043_043

Re: Marpa::R2: After 11 days only 2 results

2018-01-30 Thread Ron Savage
Hi Serguei Thanx. On 31/01/18 14:43, Serguei Trouchelle wrote: On 2018-01-29 16:49, Ron Savage wrote: On this page http://matrix.cpantesters.org/?dist=Marpa-R2 there are only 2 results 11 days after uploading. Any ideas? I ran it manually through my smokers yesterday/today's morning

Re: Teeny-tiny usability tweak for website

2018-07-14 Thread Ron Savage
uot;internet beard fetish club" Planckton: n, the smallest possible living thing -- Ron Savage - savage.net.au

Re: Teeny-tiny usability tweak for website

2018-07-14 Thread Ron Savage
markup, and then adding DataTables would take one line of JS). If anyone is interested in doing either of these things, I can help point them to the places they would need to change. But for now, I've got to move on to other things. Doug Bell d...@preaction.me On Jul 14, 2018, at 8:10 P

Re: ultrahd

2018-09-01 Thread Ron Savage
Hi Nigel https://www.nntp.perl.org/group/perl.perl5.porters On 29/08/18 22:03, Nigel Horne wrote: I know this is not the right place, but what's the right place to report https://www.cpan.org/authors/id/U/UL/ULTRAHD/? -Nigel -- Ron Savage - savage.net.au

Re: ultrahd

2018-09-01 Thread Ron Savage
Hi Nigel Sorry. Ignore that previous URL. Try: https://www.nntp.perl.org/group/perl.modules/2018/08/msg99205.html On 29/08/18 22:03, Nigel Horne wrote: I know this is not the right place, but what's the right place to report https://www.cpan.org/authors/id/U/UL/ULTRAHD/? -Nigel -

Re: ultrahd

2018-09-02 Thread Ron Savage
eas Koenig" wrote: >>>>> On Sun, 2 Sep 2018 16:56:01 +1000, Ron Savage said: > Hi Nigel > Sorry. Ignore that previous URL. Try: > https://www.nntp.perl.org/group/perl.modules/2018/08/msg99205.html And/or: https://git

PAUSE has been down for a couple of hours

2019-06-17 Thread Ron Savage
Hi Anyone else having trouble logging on to PAUSE? -- Ron Savage - savage.net.au

Re: PAUSE has been down for a couple of hours

2019-06-17 Thread Ron Savage
+1000 Ron Savage wrote: Hi Anyone else having trouble logging on to PAUSE? Hi, seems to work fine for me ( https://metacpan.org/author/SHLOMIF ). -- Ron Savage - savage.net.au

Re: Verbose Output in Tests

2023-09-26 Thread Ron Savage
Hi Bodolfo Which OS do you test under? --- Cheers Ron savage.net.au On 2023-09-27 16:06, Bodo Hugo Barwich wrote: Hi everyone, As author and maintainer of a Perl Module I'm interested in using the great test matrix infrastructure of CPAN-Testers. Unfortunately I see that many test fail in