skip test if db doesn't have null key support
[p5sagit/p5-mst-13.2.git] / t / lib / tie-stdpush.t
CommitLineData
a60c0954 1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
93430cb4 5 unshift @INC, '../lib';
a60c0954 6}
7
8use Tie::Array;
9tie @x,Tie::StdArray;
93430cb4 10require "op/push.t"