summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/List/Util/PP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/List/Util/PP.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/List/Util/PP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/List/Util/PP.pm b/Master/tlpkg/tlperl/lib/List/Util/PP.pm
index 425f1c50159..2771329b563 100644
--- a/Master/tlpkg/tlperl/lib/List/Util/PP.pm
+++ b/Master/tlpkg/tlperl/lib/List/Util/PP.pm
@@ -13,7 +13,7 @@ require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(first min max minstr maxstr reduce sum shuffle);
-$VERSION = "1.22";
+$VERSION = "1.23";
$VERSION = eval $VERSION;
sub reduce (&@) {