Expose all CV flags matching qr/CVf_/ as constants in B.
authorNicholas Clark <nick@ccl4.org>
Mon, 23 Jul 2012 11:15:51 +0000 (13:15 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 24 Jul 2012 08:24:18 +0000 (10:24 +0200)
commit675cfc4e22d24527748ce3230ae5fe5f3a561af7
tree6999d95fe7ff579e7acf548ecab9c0af28ffaeee
parent9489b85a1e34c77cea51e40f85aa783e62bd771b
Expose all CV flags matching qr/CVf_/ as constants in B.

Previously most were exposed as constants, but often B was not taught about
flags added to cv.h. Determining the flags by parsing cv.h also permits the
removal of various version-specific logic from the Makefile.PL
ext/B/Makefile.PL