Upgrade to Module-Build-0.27_09
[p5sagit/p5-mst-13.2.git] / scope.c
diff --git a/scope.c b/scope.c
index 2c61424..ff063d2 100644 (file)
--- a/scope.c
+++ b/scope.c
@@ -166,6 +166,7 @@ S_save_scalar_at(pTHX_ SV **sptr)
     register SV * const sv = *sptr = newSV(0);
 
 #ifdef PERL_MAD
+    /* FIXME for MAD - this is causing ext/Safe/t/safeops.t to abort.  */
     if (PL_formfeed && sv == PL_formfeed)
        abort();
 #endif