h2ph misquotes #error directives
[p5sagit/p5-mst-13.2.git] / t / lib / tie-stdarray.t
1 #!./perl
2
3 BEGIN {
4     chdir 't' if -d 't';
5     @INC = '../lib';
6 }
7
8 use Tie::Array;
9 tie @foo,Tie::StdArray;
10 tie @ary,Tie::StdArray;
11 tie @bar,Tie::StdArray;
12 require "../t/op/array.t"