Age | Commit message (Collapse) | Author | Files | Lines |
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
Changes from previous:
0.08
- fixed default timeout was 10secs.
previsously it was documented as 10secs, but it is implemented as 1sec.
https://rt.cpan.org/Ticket/Display.html?id=71100
0.07
- make FCGI::Client::Connection->timeout as writable(Jonas)
0.06
- fixed large packet issue
(trunaev++)
0.05
- remove unused dependency to autodie, Try::Tiny.
- fixed bad error handler in FCGI/Client/Connection.pm.
https://rt.cpan.org/Ticket/Display.html?id=57374
(reported by mmcleric)
|
|
|
|
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
|
Collection.
The Perl 5 module FCGI::Client is a client library for fastcgi
protocol.
|