The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/bash -x

set -euo pipefail
IFS=$'\n\t'

rm -rf /tmp/File-ShareDir-dist

cpanm -n Dist::Zilla

git clone --depth 2 https://github.com/plicease/File-ShareDir-Dist.git /tmp/File-ShareDir-dist
cd /tmp/File-ShareDir-dist
dzil authordeps --missing | cpanm -n
dzil listdeps   --missing | cpanm -n
dzil install --install-command 'cpanm -n -v .'