#!/usr/bin/sh
unset PERL_INLINE_DIRECTORY PERL5LIB PERL5OPT
cd /usr/libexec/perl-Inline && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
