summaryrefslogtreecommitdiff
path: root/lib/feature.t
blob: a60644f442a6f3ec8407031a394b1a71ad1fca08 (plain)
1
2
3
4
5
6
7
8
9
10
#!./perl

BEGIN {
    chdir 't' if -d 't';
    @INC = '../lib';
    $ENV{PERL5LIB} = '../lib';
}

our $pragma_name = "feature";
require "../t/lib/common.pl";