This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse CORE::break
[perl5.git] / dist / B-Deparse / t / deparse.t
index 6864dae..18ab953 100644 (file)
@@ -752,6 +752,6 @@ CORE::given ($x) {
         continue;
     }
     CORE::default {
-        die;
+        CORE::break;
     }
 }