net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it 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"