[ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
[p5sagit/p5-mst-13.2.git] / t / lib / tie-stdpush.t
1 #!./perl
2
3 BEGIN {
4     chdir 't' if -d 't';
5     @INC = '.'; 
6     push @INC, '../lib';
7 }
8
9 use Tie::Array;
10 tie @x,Tie::StdArray;
11 require "op/push.t"