The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456 #!/bin/bashset -euxo pipefailsleep 2dzil authordeps --missing | cpanm --notestdzil listdeps --missing | cpanm --notestdzil test --release "$@"
#!/bin/bash
set -euxo pipefail
sleep 2
dzil authordeps --missing | cpanm --notest
dzil listdeps --missing | cpanm --notest
dzil test --release "$@"