#!/bin/sh

cd $TDIR

perl Build.PL

# this does not work:
perl Build libtest

# but this works
# perl Build test
