#!/bin/bash

set -ex

cip sudo apt-get update
cip sudo apt-get install libffi-dev
cip exec cpanm -n version

if [ "$CIP_TAG" == "5.30-debug" ]; then
  cip exec cpanm -n Test::LeakTrace
fi

if [ "$CIP_TAG" == "5.30-debug32" ]; then
  cip exec cpanm -n Test::LeakTrace
fi
