File: cip-before-install

package info (click to toggle)
libreturn-multilevel-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 76; sh: 4; makefile: 2
file content (7 lines) | stat: -rwxr-xr-x 99 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

set -ex

if [[ ! -z "${INSTALL_MODULES}" ]]; then
  cip exec cpanm -n Scope::Upper
fi