#!/bin/sh

set -e

test \( -d t -o -f test.pl \) -a \( -f Makefile.PL -o -f Build.PL \)
