diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-06-25 22:10:36 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2010-06-25 22:10:36 +1000 |
commit | 1db4d19556a36b5a8e8604c1e7656999ebc7732b (patch) | |
tree | 17c7bac46aea9938c486e71a821a6aae0fe2777d /t | |
parent | 8af710ebc7fee929ae47793d5a0cce5362af52db (diff) | |
download | perl-1db4d19556a36b5a8e8604c1e7656999ebc7732b.tar.gz |
RT 75902: Add prototypes for tie() and untie() to allow overloading
Diffstat (limited to 't')
-rw-r--r-- | t/op/cproto.t | 6 |
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 (@) |