From b162af07ec759e1ba6b84569e4963bc5c289d75f Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 18 Apr 2005 14:09:25 -0500 Subject: Refactoring to Sv*_set() macros - patch #5 Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org> Date: Mon, 18 Apr 2005 19:09:25 -0500 p4raw-id: //depot/perl@24248 --- ext/List/Util/lib/List/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/List') diff --git a/ext/List/Util/lib/List/Util.pm b/ext/List/Util/lib/List/Util.pm index 5c3da9fa81..a9f8b46b1c 100644 --- a/ext/List/Util/lib/List/Util.pm +++ b/ext/List/Util/lib/List/Util.pm @@ -10,7 +10,7 @@ require Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw(first min max minstr maxstr reduce sum shuffle); -$VERSION = "1.14"; +$VERSION = "1.14_01"; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; -- cgit v1.2.1