#!/bin/bash

set -ex

cip sudo apt-get update
cip sudo apt-get -y install g++ fp-compiler-3.2.0 libffi-dev
cip exec cpanm -n Path::Tiny FFI::Platypus File::Which ExtUtils::MakeMaker File::chdir
