summaryrefslogtreecommitdiff
path: root/t/io
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-11-06 16:00:18 -0400
committerDavid Golden <dagolden@cpan.org>2010-11-06 16:17:54 -0400
commitda0fccaa0e290c565d88bc542548280209bdb7bc (patch)
tree5d2e69711c81edba21c40909d2dbd1c1f1c6517b /t/io
parent5eee610985ca64b9b403941bb9a1361067091e4b (diff)
downloadperl-da0fccaa0e290c565d88bc542548280209bdb7bc.tar.gz
localize $@ during binmode (RT#78844)
Diffstat (limited to 't/io')
-rw-r--r--t/io/layers.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/io/layers.t b/t/io/layers.t
index a743c8a67f..dea3d0998d 100644
--- a/t/io/layers.t
+++ b/t/io/layers.t
@@ -197,7 +197,6 @@ SKIP: {
# RT78844
{
- local $TODO = "RT#78844";
local $@ = "foo";
binmode(F, ":encoding(utf8)");
is( $@, "foo", '$@ not clobbered by binmode and :encoding');