Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is...
[p5sagit/p5-mst-13.2.git] / t / lib / tie-stdpush.t
CommitLineData
a60c0954 1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
20822f61 5 @INC = '.';
6 push @INC, '../lib';
a60c0954 7}
8
9use Tie::Array;
10tie @x,Tie::StdArray;
93430cb4 11require "op/push.t"