#!/bin/bash

set -ex

perl Makefile.PL
cpanm --installdeps .
make
make test TEST_VERBOSE=1
