This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Scalar-List-Utils from version 1.34 to 1.35
[perl5.git] / cpan / List-Util / lib / Scalar / Util.pm
index 14420b2..edcaf1c 100644 (file)
@@ -28,7 +28,7 @@ our @EXPORT_OK = qw(
   tainted
   weaken
 );
-our $VERSION    = "1.34";
+our $VERSION    = "1.35";
 $VERSION   = eval $VERSION;
 
 our @EXPORT_FAIL;