summaryrefslogtreecommitdiffstats
path: root/bin/t
blob: b8555fcae1239c614ac3c6d4038d25bcf50e38ba (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

if [[ -d blib ]]; then
    perl -Mblib -MTest::Pretty "$@"
else
    perl -Ilib -MTest::Pretty "$@"
fi