summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-06-25 22:10:36 +1000
committerTony Cook <tony@develop-help.com>2010-06-25 22:10:36 +1000
commit1db4d19556a36b5a8e8604c1e7656999ebc7732b (patch)
tree17c7bac46aea9938c486e71a821a6aae0fe2777d /t
parent8af710ebc7fee929ae47793d5a0cce5362af52db (diff)
downloadperl-1db4d19556a36b5a8e8604c1e7656999ebc7732b.tar.gz
RT 75902: Add prototypes for tie() and untie() to allow overloading
Diffstat (limited to 't')
-rw-r--r--t/op/cproto.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/op/cproto.t b/t/op/cproto.t
index af1555f493..3e3c0de358 100644
--- a/t/op/cproto.t
+++ b/t/op/cproto.t
@@ -234,8 +234,8 @@ system undef
syswrite (*$;$$)
tell (;*)
telldir (*)
-tie undef
-tied undef
+tie (\[$@%*]$@)
+tied (\[$@%*])
time ()
times ()
tr undef
@@ -248,7 +248,7 @@ unless undef
unlink (@)
unpack ($;$)
unshift (\@@)
-untie undef
+untie (\[$@%*])
until undef
use undef
utime (@)