anyevent-gearman-perl icon indicating copy to clipboard operation
anyevent-gearman-perl copied to clipboard

Results 16 anyevent-gearman-perl issues
Sort by recently updated
recently updated
newest added

The PR contains all fixes as described in #9. Unfortunately we can't release this version as 0.11 yet because of a few issues: - [x] Due to #11 we'll contain...

We have some 16 fixes by different people unmerged. I volunteer to merge them all into one big PR which can be easily merged. However, I don't understand the rationale...

We need regenerate the folder (using a newer Module::Install etc) and reupload. This fixes the 2 warnings (precedence and sprint) our CPAN Testers demonstrate, such as http://www.cpantesters.org/cpan/report/b174d204-fb92-11e6-9734-8509067225e0 ``` Possible precedence...

I rebased hemmop/use_moo on top of nponeccop/all-fixes and got the following failures: - Travis fails on 5.26 and 5.28 by hanging in `t/02_client_worker.t`, but works fine in earlier versions: https://travis-ci.org/nponeccop/anyevent-gearman-perl/builds/405493820...

The MANIFEST file contains 5 files which are not regenerated by `auto_include` from Makefile.PL: ``` inc/Module/Install/Repository.pm inc/Module/Install/TestBase.pm inc/Test/Base/Filter.pm inc/Test/Builder.pm inc/Test/Builder/Module.pm ``` Apparently the following patch to Makefile.PL fixes the "problem":...

`Module::Install` is deprecated, and moreover we need more metadata for builds to work without manual configuration, see #14 and https://github.com/melo/anyevent-gearman-perl/pull/4/commits/673c156ec30a59863756e822d03fd2dad9f3cc96 So we may want to migrate to a different build...

There appears to be a race condition or another [heisenbug](https://en.wikipedia.org/wiki/Heisenbug): Travis builds seldom fail there, I've seen 2 failures at this place with different Perl versions.

https://metacpan.org/pod/CPAN::Meta::Spec#Phases has a rather rich language for specifying "extra" dependencies. And `AnyEvent::Gearman` has pretty many of these: 1. `develop-requires` dependencies (see #13 and https://github.com/gjtorikian/anyevent-gearman-perl/commit/673c156ec30a59863756e822d03fd2dad9f3cc96 ) - `Module::Install` - `Module::Install::AuthorTests` -...

Some CPAN testers demonstrate a race condition in `04_reconnect.t`. Somehow on my development VM it happens every time: http://www.cpantesters.org/cpan/report/0d4eba30-2867-11e7-8188-e43c188d0c79 Basically connection from `AnyEvent::Gearman::Client` is rejected earlier than the server part...

Should we disable the tests and/or drop support? https://travis-ci.org/nponeccop/anyevent-gearman-perl/jobs/396206248 - see for logs