From: Karl Williamson Date: Wed, 5 Feb 2014 21:56:50 +0000 (-0700) Subject: B.pm: Bump version X-Git-Tag: upstream/5.20.0~478 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a5eefe0dbec84fef092f54a1da3f267f6ac039d;p=platform%2Fupstream%2Fperl.git B.pm: Bump version --- diff --git a/ext/B/B.pm b/ext/B/B.pm index 7a63f62..ee4700f 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -15,7 +15,7 @@ require Exporter; # walkoptree comes from B.xs BEGIN { - $B::VERSION = '1.47'; + $B::VERSION = '1.48'; @B::EXPORT_OK = (); # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.