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

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

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