Eviscerate README.macos to match the state of the world
[p5sagit/p5-mst-13.2.git] / ext / B / defsubs_h.PL
index fa8aff0..684ca26 100644 (file)
@@ -67,6 +67,11 @@ if ($] >= 5.009) {
     doconst(AVf_REAL);
 }  
 
+if ($] < 5.011) {
+    # Constant not present after 5.10.x
+    doconst(CVf_LOCKED);
+}
+
 foreach my $tuple (['op.h'],['cop.h'],['regexp.h','RXf_'])
  {
   my $file = $tuple->[0];