#!/bin/sh
#
# $Id: Build,v 1.1 2001/02/08 14:38:21 rich Exp $

make -k realclean

set -o errexit

perl Makefile.PL

make
make test
