Increase $B::VERSION to 1.44

Programming / Compilers / PERL - Father Chrysostomos [cpan.org] - 21 June 2013 14:38 UTC



###

diff --git a/ext/B/B.pm b/ext/B/B.pm
index 338a0fe..a998463 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.43';
+ $B::VERSION = '1.44';
@B::EXPORT_OK = ();

# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.

a68a395 Increase $B::VERSION to 1.44
ext/B/B.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: perl5.git.perl.org


  • Share