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

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

use Tie::Array;
tie @foo,Tie::StdArray;
tie @ary,Tie::StdArray;
tie @bar,Tie::StdArray;
require "op/array.t"
OpenPOWER on IntegriCloud