Update Changes.
[p5sagit/p5-mst-13.2.git] / t / lib / tie-stdpush.t
1 #!./perl
2
3 BEGIN {
4     chdir 't' if -d 't';
5     unshift @INC, '../lib';
6 }
7
8 use Tie::Array;
9 tie @x,Tie::StdArray;
10 require "op/push.t"