10 lines
158 B
Perl
10 lines
158 B
Perl
#!./perl
|
|
|
|
BEGIN {
|
|
chdir 't' if -d 't';
|
|
@INC = '../lib';
|
|
%ENV{PERL5LIB} = '../lib';
|
|
}
|
|
|
|
our $pragma_name = "feature";
|
|
require "../t/lib/common.pl";
|