From 7896dde7482a2851e73f0ac2c32d1c71f6e97dca Mon Sep 17 00:00:00 2001 From: Zefram Date: Fri, 29 Dec 2017 12:39:31 +0000 Subject: revert smartmatch to 5.27.6 behaviour The pumpking has determined that the CPAN breakage caused by changing smartmatch [perl #132594] is too great for the smartmatch changes to stay in for 5.28. This reverts most of the merge in commit da4e040f42421764ef069371d77c008e6b801f45. All core behaviour and documentation is reverted. The removal of use of smartmatch from a couple of tests (that aren't testing smartmatch) remains. Customisation of a couple of CPAN modules to make them portable across smartmatch types remains. A small bugfix in scope.c also remains. --- scope.c | 1 - 1 file changed, 1 deletion(-) (limited to 'scope.c') diff --git a/scope.c b/scope.c index b09a25dbb3..83a7b76893 100644 --- a/scope.c +++ b/scope.c @@ -1530,7 +1530,6 @@ Perl_cx_dump(pTHX_ PERL_CONTEXT *cx) PTR2UV(cx->blk_eval.retop)); break; - case CXt_LOOP_GIVEN: case CXt_LOOP_PLAIN: case CXt_LOOP_LAZYIV: case CXt_LOOP_LAZYSV: -- cgit v1.2.1