This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
revert smartmatch to 5.27.6 behaviour
[perl5.git] / ext / B / B.pm
index 86d24a5..ce061e4 100644 (file)
@@ -20,7 +20,7 @@ sub import {
 # walkoptree comes from B.xs
 
 BEGIN {
-    $B::VERSION = '1.73';
+    $B::VERSION = '1.74';
     @B::EXPORT_OK = ();
 
     # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.