#!/bin/bash
PERL_DL_NONLAZY=1 /usr/bin/perl -I../lib -e 'use Test::Harness qw(&runtests); runtests @ARGV;' *.t
