summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/t/lib/tie-stdpush.t
blob: 34a69472f4cd311bec20eb27c0a8cb4278412e69 (plain)
1
2
3
4
5
6
7
8
9
10
#!./perl

BEGIN {
    chdir 't' if -d 't';
    @INC = '../lib';
}

use Tie::Array;
tie @x,Tie::StdArray;
require "../t/op/push.t"
OpenPOWER on IntegriCloud