Teach B about CVf_ISXSUB
Nicholas Clark [Tue, 21 Feb 2006 16:28:02 +0000 (16:28 +0000)]
p4raw-id: //depot/perl@27261

ext/B/defsubs_h.PL
ext/B/t/concise-xs.t

index 1a87772..f8c4225 100644 (file)
@@ -22,6 +22,7 @@ foreach my $const (qw(
                      CVf_LVALUE
                      CVf_METHOD
                      CVf_NODEBUG
+                     CVf_ISXSUB
                      CVf_UNIQUE
                      CVf_WEAKOUTSIDE
                      GVf_IMPORTED_AV
index 447c13d..dcd868f 100644 (file)
@@ -117,7 +117,7 @@ use Getopt::Std;
 use Carp;
 use Test::More tests => ( # per-pkg tests (function ct + require_ok)
                          40 + 16       # Data::Dumper, Digest::MD5
-                         + 511 + 233   # B::Deparse, B
+                         + 511 + 234   # B::Deparse, B
                          + 588 + 189   # POSIX, IO::Socket
                          + 3 * ($] > 5.009)
                          + 14 * ($] >= 5.009003)