#!/bin/bash

set -ex

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