Increment the version number of B, due to the incompatible
Rafael Garcia-Suarez [Sat, 21 Feb 2004 16:23:54 +0000 (16:23 +0000)]
API change introduced by #22353 (no more op_seq method.)

p4raw-id: //depot/perl@22354

ext/B/B.pm

index 1d31369..68600a7 100644 (file)
@@ -7,7 +7,7 @@
 #
 package B;
 
-our $VERSION = '1.04';
+our $VERSION = '1.05';
 
 use XSLoader ();
 require Exporter;