From 0a5f61bb653fdff7c29c2275df78c7f019a04c0c Mon Sep 17 00:00:00 2001 From: millert Date: Thu, 29 Apr 1999 22:36:41 +0000 Subject: perl5.005_03 --- gnu/usr.bin/perl/t/lib/tie-stdpush.t | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gnu/usr.bin/perl/t/lib/tie-stdpush.t (limited to 'gnu/usr.bin/perl/t/lib/tie-stdpush.t') diff --git a/gnu/usr.bin/perl/t/lib/tie-stdpush.t b/gnu/usr.bin/perl/t/lib/tie-stdpush.t new file mode 100644 index 00000000000..34a69472f4c --- /dev/null +++ b/gnu/usr.bin/perl/t/lib/tie-stdpush.t @@ -0,0 +1,10 @@ +#!./perl + +BEGIN { + chdir 't' if -d 't'; + @INC = '../lib'; +} + +use Tie::Array; +tie @x,Tie::StdArray; +require "../t/op/push.t" -- cgit v1.2.3-59-g8ed1b