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