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

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

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