summaryrefslogtreecommitdiff
path: root/devel/p5-List-MoreUtils
diff options
context:
space:
mode:
authorabs <abs>2011-08-23 08:59:04 +0000
committerabs <abs>2011-08-23 08:59:04 +0000
commit8d9a80c9ccb5d6eebf89615d9928a2dd574e2e70 (patch)
tree826090a0c581f555304d22916e0f7efc545668d3 /devel/p5-List-MoreUtils
parent05e70ed1c0e990350b95f199e733c5610d4025f7 (diff)
downloadpkgsrc-8d9a80c9ccb5d6eebf89615d9928a2dd574e2e70.tar.gz
Updated devel/p5-List-MoreUtils to 0.33
0.33 Thu 4 Aug 2011 - Updated can_xs to fix a bug in it 0.32 Fri May 20 2011 - Production release, no other changes 0.31_02 Mon 21 Mar 2011 - More accurate detection of XS support (ADAMK) 0.31_01 Mon 21 Mar 2011 - Updating copyright year (ADAMK) - Teak documentation of all() and none() (WYANT) - Memory leak fixed for apply() and XS version restored (ARC) - Memory leak fixed for indexes() and XS version restored (ARC) - Memory leak fixed for part() and XS version restored (ARC) 0.30 Thu 16 Dec 2010 - Change the way we localise PERL_DL_NONLAZY to false to remove a warning that some people were seeing. The new approach is taken from the way that List::Util does it. 0.29 Wed 8 Dec 2010 - Removed an erroneous Test::NoWarnings dependency 0.28 Tue 7 Dec 2010 - Switching to a production release - Restored the regression test for RT #38630 from 0.23. As apply() was disabled in 0.27_04 this test will only act to validate the future XS restoration of apply(). - Adding uniq warning tests, disabled initially 0.27_04 Mon 6 Dec 2010 - The behaviour of any/all/none/notall has changed when passed a null list to treat a null list as a legitimate list. Instead of returning C<undef> the functions now return the following: any {} == false, all {} == true, none {} == true, notall {} == false. Resolves #40905: Returning undef when none is passed an empty - Disabled the leaking XS versions of part(), apply() and indexes() 0.27_03 Mon 6 Dec 2010 - General house cleaning 0.27_02 Wed 1 Dec 2010 - Reduced test suite peak memory consumption by 5-10 meg - Added the 'distinct' alias for the uniq function, for people that like their chained map/grep/sort pipelines with a SQL'ish flavour. - Expanded test suite for the any() group of functions. - The any() group of functions now strictly always return scalar boolean true, false and undef to match the XS version. 0.27_01 Wed 1 Dec 2010 - Refactored the split test scripts into a common test module to be shared between both the Perl and XS versions. - Reapply fix for http://rt.cpan.org/Ticket/Display.html?id=39847 "minmax error: unpredictable results with lists of 1 element" 0.26 Tue 23 Nov 2010 - No changes - Some parts of the CPAN cloud were confusing my 0.24 release with the older deleted 0.24. Bumping version past Tassilo's to clarify things.
Diffstat (limited to 'devel/p5-List-MoreUtils')
-rw-r--r--devel/p5-List-MoreUtils/Makefile9
-rw-r--r--devel/p5-List-MoreUtils/distinfo8
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/p5-List-MoreUtils/Makefile b/devel/p5-List-MoreUtils/Makefile
index 3fe601bd377..9986675dd2b 100644
--- a/devel/p5-List-MoreUtils/Makefile
+++ b/devel/p5-List-MoreUtils/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2011/08/14 12:26:14 obache Exp $
+# $NetBSD: Makefile,v 1.11 2011/08/23 08:59:04 abs Exp $
#
-DISTNAME= List-MoreUtils-0.25_02
-PKGNAME= p5-${DISTNAME:S/25_02/25beta02/}
-PKGREVISION= 2
+DISTNAME= List-MoreUtils-0.33
+PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPARSEVAL/}
-MAINTAINER= abs@absd.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/List-MoreUtils/
COMMENT= Provide the stuff missing in List::Util
LICENSE= ${PERL5_LICENSE}
diff --git a/devel/p5-List-MoreUtils/distinfo b/devel/p5-List-MoreUtils/distinfo
index feb8df98af2..c80f3980a98 100644
--- a/devel/p5-List-MoreUtils/distinfo
+++ b/devel/p5-List-MoreUtils/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/09/20 11:05:17 sno Exp $
+$NetBSD: distinfo,v 1.5 2011/08/23 08:59:04 abs Exp $
-SHA1 (List-MoreUtils-0.25_02.tar.gz) = 8e34686730ec363c58fb9fa016791ed9f9db7ac4
-RMD160 (List-MoreUtils-0.25_02.tar.gz) = 9e1f142aa7f9c01aed1486d4c3b3962350bdf1bb
-Size (List-MoreUtils-0.25_02.tar.gz) = 24691 bytes
+SHA1 (List-MoreUtils-0.33.tar.gz) = 9297076d45279468f4779be80304fa89de03a4ed
+RMD160 (List-MoreUtils-0.33.tar.gz) = 16a50c4fb2a429aedaa16b54262be9e860047d14
+Size (List-MoreUtils-0.33.tar.gz) = 38997 bytes