This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
latest switch/say/~~
[perl5.git] / lib / feature.t
CommitLineData
0d863452
RH
1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 @INC = '../lib';
6 $ENV{PERL5LIB} = '../lib';
7}
8
9our $pragma_name = "feature";
10require "../t/lib/common.pl";