From: Rafael Garcia-Suarez Date: Sat, 21 Feb 2004 16:23:54 +0000 (+0000) Subject: Increment the version number of B, due to the incompatible X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7fd0c236b45510e5a5a83b9b58c8d9f6156a3a4a;p=p5sagit%2Fp5-mst-13.2.git Increment the version number of B, due to the incompatible API change introduced by #22353 (no more op_seq method.) p4raw-id: //depot/perl@22354 --- diff --git a/ext/B/B.pm b/ext/B/B.pm index 1d31369..68600a7 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -7,7 +7,7 @@ # package B; -our $VERSION = '1.04'; +our $VERSION = '1.05'; use XSLoader (); require Exporter;