Apache-AuthCookie
view release on metacpan or search on metacpan
scripts/docker-smoke view on Meta::CPAN
#!/usr/bin/env bash
set -eo pipefail
cd $(dirname $0)/..
cpanm -q --notest --installdeps .
chown -R http:http .
su -c 'perl Makefile.PL && make test' http
( run in 1.742 second using v1.01-cache-2.11-cpan-71847e10f99 )