#!/bin/sh

# we need to create the testsuite first
cd $TDIR
perl Makefile.PL 2>&1

find . -maxdepth 1 -type f -delete
rm -r version/
