diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-01-15 18:06:36 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-01-15 18:06:36 +0000 |
commit | 8ec5e241bff6550c56f30587b70b41dc3236277c (patch) | |
tree | 48edb68513ff4a6c09ec051335688a5419dcc57f /t | |
parent | 1c0b011c3cb943300d25c09a1dd1623c83b99920 (diff) | |
download | perl-8ec5e241bff6550c56f30587b70b41dc3236277c.tar.gz |
First working TIEARRAY and other misc tie fixes
p4raw-id: //depot/ansiperl@426
Diffstat (limited to 't')
-rwxr-xr-x | t/op/tiearray.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/tiearray.t b/t/op/tiearray.t index 9e709bc751..8e78b2f76b 100755 --- a/t/op/tiearray.t +++ b/t/op/tiearray.t @@ -101,7 +101,7 @@ sub SPLICE package main; -print "1..30\n"; +print "1..31\n"; my $test = 1; {my @ary; |