6 lines
78 B
Perl
6 lines
78 B
Perl
|
#!./perl
|
||
|
|
||
|
chdir 't' if -d 't';
|
||
|
@INC = '../lib';
|
||
|
require "../t/lib/common.pl";
|