123456789 #!/bin/bash# https://buildkite.com/docs/guides/writing-build-scriptsset -eo pipefailsource ~/perl5/perlbrew/etc/bashrc# install dist-zilla!cpanm --notest Dist::Zilla
#!/bin/bash
# https://buildkite.com/docs/guides/writing-build-scripts
set -eo pipefail
source ~/perl5/perlbrew/etc/bashrc
# install dist-zilla!
cpanm --notest Dist::Zilla