#!/usr/bin/perl -w

use File::Spec::Functions;

print catdir qw(t testmod) if $ARGV[0] eq '-q';
exit;
