freebsd-nq/contrib/perl5/t/lib/tie-stdpush.t
2000-06-25 11:04:01 +00:00

11 lines
132 B
Raku
Executable File

#!./perl
BEGIN {
chdir 't' if -d 't';
unshift @INC, '../lib';
}
use Tie::Array;
tie @x,Tie::StdArray;
require "op/push.t"