Make the removal of references to AvFLAGS in the B modules conditional
[p5sagit/p5-mst-13.2.git] / ext / B / B / Debug.pm
index 9a3e70d..8b34a1d 100644 (file)
@@ -232,6 +232,9 @@ sub B::AV::debug {
        MAX             %d
        OFF             %d
 EOT
+    printf <<'EOT', $av->AvFLAGS if $] < 5.009;
+       AvFLAGS         %d
+EOT
 }
 
 sub B::GV::debug {