Acme-Alien-DontPanic2
view release on metacpan or search on metacpan
maint/cip-before-install-inside view on Meta::CPAN
#!/bin/bash
set -ex
cd $(mktemp -d)
curl -L https://github.com/PerlAlien/Alien-Build/tarball/main | tar zxf -
cd $(ls -1)
dzil-dzil authordeps --missing | dzil-cpanm -n
dzil-dzil build
dzil-cpanm -n *.tar.gz
cpanm -n *.tar.gz
cd $(mktemp -d)
curl -L https://github.com/PerlAlien/Alien-Build-MB/tarball/main | tar zxf -
cd $(ls -1)
dzil-dzil authordeps --missing | dzil-cpanm -n
dzil-dzil build
dzil-cpanm -n *.tar.gz
cpanm -n *.tar.gz
( run in 0.840 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )