This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tests to check if FETCH of a tied variable isn't called more
authorAbigail <abigail@abigail.be>
Fri, 30 Jul 2010 00:21:52 +0000 (02:21 +0200)
committerAbigail <abigail@abigail.be>
Fri, 30 Jul 2010 00:21:52 +0000 (02:21 +0200)
commit60ccc62f70a70f39be7ff2c1e60a05923ce1f4bb
treedc1adcf126ba4f57e4452473fc1f2dc929cd8394
parentf39615e17975f2e0ce3fbd18aa34fd279b58912e
Tests to check if FETCH of a tied variable isn't called more
than once. See also Bug 76814.
t/op/tie_fetch_count.t [new file with mode: 0644]