#!/bin/bash

set -ex

cip sudo apt-get update
cip sudo apt-get install git liblzo2-dev nettle-dev libarchive-dev libffi-dev
cip exec cpanm -n https://dist.wdlabs.com/Dist-Zilla-Plugin-Libarchive-0.01.tar.gz
cip exec dzil-cpanm -n https://dist.wdlabs.com/Dist-Zilla-Plugin-Libarchive-0.01.tar.gz
cip exec cpanm -n Archive::Zip
