#!/bin/sh
find . -name 'Makefile' -exec rm {} \;
if [ $# -gt 0 ] 
 then perl=$1
 else perl=perl
fi  
set -x
$perl Makefile.PL
make PERL=$perl config
