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 7101c98..edcaf1c 100644 (file)
@@ -3,6 +3,8 @@
 # Copyright (c) 1997-2007 Graham Barr <gbarr@pobox.com>. All rights reserved.
 # This program is free software; you can redistribute it and/or
 # modify it under the same terms as Perl itself.
+#
+# Maintained since 2013 by Paul Evans <leonerd@leonerd.org.uk>
 
 package Scalar::Util;
 
@@ -26,7 +28,7 @@ our @EXPORT_OK = qw(
   tainted
   weaken
 );
-our $VERSION    = "1.32";
+our $VERSION    = "1.35";
 $VERSION   = eval $VERSION;
 
 our @EXPORT_FAIL;