summaryrefslogtreecommitdiff
path: root/net/p5-Data-Stream-Bulk
AgeCommit message (Collapse)AuthorFilesLines
2011-11-21Update p5-Data-Stream-Bulk to 0.08.hiramatsu2-7/+6
Change from 0.07. - Fix new warnings in Moose
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-08-19Updating package net/p5-Data-Stream-Bulk from 0.03 to 0.07sno2-7/+8
pkgsrc changes: - Adding license - Adjusting dependencies Upstream changes: 0.07 - Fix new warnings in Moose about overwriting methods 0.06 - Fix several pod errors (Closes RT#43490) (Ryan Niebur) - Add pod tests - Update version control notice 0.05 - Silence some new warnings from Moose 0.04 - add exclusions to role composition to avoid the new warning
2009-01-11Import p5-Data-Stream-Bulk version 0.03.he3-0/+45
This module tries to find middle ground between one at a time and all at once processing of data sets. The purpose of this module is to avoid the overhead of implementing an iterative api when this isn't necessary, without breaking forward compatibility in case that becomes necessary later on. The API optimizes for when a data set typically fits in memory and is returned as an array, but the consumer cannot assume that the data set is bounded. The API is destructive in order to minimize the chance that resultsets are leaked due to improper usage.