summaryrefslogtreecommitdiff
path: root/t/op/substr_thr.t
blob: babb48d8ecc6a85e999dcb3bb5fc107032aa15e8 (plain)
1
2
3
4
5
6
7
#!./perl

chdir 't' if -d 't';
@INC = ('../lib', '.');

require 'thread_it.pl';
thread_it(qw(op substr.t));