Search Criteria
Package Details: perl-plack 1.0048-1
Git Clone URL: | https://aur.archlinux.org/perl-plack.git (read-only, click to copy) |
---|---|
Package Base: | perl-plack |
Description: | Perl Superglue for Web frameworks and Web Servers |
Upstream URL: | https://metacpan.org/release/Plack |
Licenses: | |
Submitter: | Athaba |
Maintainer: | bunder |
Last Packager: | bunder |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2010-04-15 10:04 |
Last Updated: | 2021-01-07 09:39 |
Dependencies (28)
- perl-filesys-notify-simple
- perl-try-tiny
- perl-stream-buffered>=0.02
- perl-http-tiny>=0.034 (perl-git, perl)
- perl-hash-multivalue>=0.05
- perl-cookie-baker>=0.07
- perl-devel-stacktrace-ashtml>=0.11
- perl-http-headers-fast>=0.18
- perl-www-form-urlencoded>=0.23
- perl-http-entity-parser>=0.25
- perl-apache-logformat-compiler>=0.33
- perl-file-sharedir>=1.00
- perl-devel-stacktrace>=1.23
- perl-uri>=1.59
- perl-test-tcp>=2.15
- perl>=5.10.1 (perl-git)
- perl-http-message>=5.814
- perl-authen-simple-passwd (check)
- perl-fcgi (check)
- perl-fcgi-procmanager (check)
- perl-http-request-ascgi (check)
- perl-http-server-simple-psgi (check)
- perl-io-handle-util (check)
- perl-log-dispatch-array (check)
- perl-lwp-protocol-http10 (check)
- perl-mime-types (check)
- perl-file-sharedir-install>=0.06 (make)
- perl-extutils-makemaker>=6.30 (perl-git, perl-extutils-makemaker-aur, perl) (make)
Required by (32)
- lemonldap-ng
- perl-brownie
- perl-catalyst-runtime
- perl-dancer2
- perl-dancer2-plugin-database (check)
- perl-hijk
- perl-json-rpc
- perl-lwp-consolelogger
- perl-lwp-protocol-psgi
- perl-plack-middleware-consolelogger
- perl-plack-middleware-debug
- perl-plack-middleware-fixmissingbodyinredirect
- perl-plack-middleware-methodoverride
- perl-plack-middleware-removeredundantbody
- perl-plack-middleware-reverseproxy
- perl-plack-middleware-serverstatus-lite
- perl-plack-middleware-session
- perl-plack-middleware-static-minifier
- perl-plack-session-store-redis
- perl-plack-test-agent
- perl-plack-test-agent (check)
- perl-plack-test-externalserver
- perl-prometheus-tiny (check)
- perl-prometheus-tiny-shared (check)
- perl-starman
- perl-test-fake-httpd
- perl-test-www-mechanize-psgi
- perl-twiggy
- perl-web-hippie
- perl-web-simple
- public-inbox
- thruk
Latest Comments
1 2 Next › Last »
sl1pkn07 commented on 2018-10-18 14:46
checkdepends() is ok @bunder
also:
apetresc commented on 2018-10-13 16:21
The most recent update broke this build - it depends on perl-cookie-baker>=0.07, but that doesn't exist on the AUR yet.
Pauligrinder commented on 2015-12-21 08:58
Some dependencies are missing, I had to install them manually to make this package build (otherwise yaourt would've built and installed those automatically).
error: target not found: perl-http-request-ascgi
error: target not found: perl-fcgi-procmanager
error: target not found: perl-http-server-simple-psgi
error: target not found: perl-authen-simple-passwd
error: target not found: perl-io-handle-util
error: target not found: perl-log-dispatch-array
error: target not found: perl-lwp-protocol-http10
error: target not found: perl-module-refresh
error: target not found: perl-test-tcp>=2.00
bunder commented on 2015-02-14 20:11
sl1pkn07, these are not errors. Dependencies are optional. Do not want to require everything to be installed at build time. Can add then to optdepends. Reasonable?
sl1pkn07 commented on 2015-02-14 12:35
t/Plack-Middleware/cgibin.t .......................... skipped: Test requires module 'CGI::Emulate::PSGI' but it's not found
t/Plack-Middleware/cgibin_exec.t ..................... skipped: Test requires module 'CGI::Emulate::PSGI' but it's not found
t/Plack-Middleware/wrapcgi.t ......................... skipped: Test requires module 'CGI::Emulate::PSGI' but it's not found
t/Plack-Middleware/wrapcgi_exec.t .................... skipped: Test requires module 'CGI::Emulate::PSGI' but it's not found
needs 'perl-cgi-emulate-psgi' chackdepend
and after install
t/Plack-Middleware/cgibin.t .......................... skipped: Test requires module 'CGI::Compile' but it's not found
t/Plack-Middleware/cgibin_exec.t ..................... skipped: Test requires module 'CGI::Compile' but it's not found
t/Plack-Middleware/wrapcgi.t ......................... skipped: Test requires module 'CGI::Compile' but it's not found
t/Plack-Middleware/wrapcgi_exec.t .................... skipped: Test requires module 'CGI::Compile' but it's not found
missing 'perl-cgi-compile' (http://search.cpan.org/dist/CGI-Compile/lib/CGI/Compile.pm)
greetings
sl1pkn07 commented on 2014-06-10 22:27
missing 'perl-cgi-compile'
greetings
bunder commented on 2014-02-08 08:39
Updated according to Synthead comment. Thank you!
sl1pkn07 commented on 2014-02-07 05:56
@bunder
you can update PKGBUILD (NOT package) to update depends/makedepends/checkdepend?
greetings
bunder commented on 2013-11-14 17:09
Can't update now, because core/perl version is 5.18.1 and includes HTTP::Tiny v0.025, but Plack v1.0029 requires HTTP::Tiny v0.034. Waiting for core/perl update.
Synthead commented on 2013-07-27 19:31
Please add 'perl-cgi-compile', 'perl-http-request-ascgi', 'perl-fcgi', 'perl-fcgi-procmanager', 'perl-http-server-simple-psgi', 'perl-log-log4perl', 'perl-authen-simple-passwd', 'perl-io-handle-util', 'perl-log-dispatch-array', 'perl-lwp-protocol-http10', 'perl-module-refresh', and 'perl-mime-types' to the ${checkdepends} array.