#!/bin/bash

set -ex

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