From 4ae8bca72003be3124a3f42a3c2bd1ad253dfebc Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 30 Jul 2012 22:43:06 -0700 Subject: [PATCH] =?utf8?q?Get=20Storable=E2=80=99s=20blessed.t=20passing?= =?utf8?q?=20again=20in=205.8.1-?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Back then, sub {} meant sub {wantarray?@_:undef}. --- dist/Storable/t/blessed.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Storable/t/blessed.t b/dist/Storable/t/blessed.t index 775592d..4153b0a 100644 --- a/dist/Storable/t/blessed.t +++ b/dist/Storable/t/blessed.t @@ -271,7 +271,7 @@ is(ref $t, 'STRESS_THE_STACK'); { { package WeirdRefHook; - sub STORABLE_freeze { } + sub STORABLE_freeze { () } $INC{'WeirdRefHook.pm'} = __FILE__; } -- 2.7.4