summaryrefslogtreecommitdiff
path: root/dist/Thread-Queue
Commit message (Collapse)AuthorAgeFilesLines
* dist/Thread-Queue - add missing build artifactsYves Orton2023-03-025-0/+300
| | | | | | Add Changes, Makefile.PL and examples directory. Fixes this module for https://github.com/Perl/perl5/issues/20874
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-3/+3
| | | | | Mostly in comments and docs, but some in diagnostic messages and one case of 'or die die'.
* Upgrade to Thread::Queue 3.13jdhedden2018-07-178-2/+16
|
* Upgrade to Thread::Queue 3.12jdhedden2017-02-169-25/+73
|
* Revert "Upgrade to Thread::Queue 3.12"James E Keenan2017-02-149-80/+25
| | | | | | | This reverts commit 57c819f845c985ed9979bfa76b1b8ca1708370f0. Reverting to give us time to explore possible race condition. See: https://rt.perl.org/Ticket/Display.html?id=130777
* Upgrade to Thread::Queue 3.12jdhedden2017-02-149-25/+80
|
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-117-7/+7
| | | | | require calls now require ./ to be prepended to the file since . is no longer guaranteed to be in @INC.
* Upgrade to Thread::Queue 3.11jdhedden2016-05-202-7/+11
| | | | For: RT #128195
* Thread-Queue: bump version (again) because content changedRicardo Signes2016-04-301-2/+2
|
* Upgrade to Thread::Queue 3.08jdhedden2016-04-301-26/+26
|
* Fix various pod errors.Karl Williamson2016-03-111-21/+23
| | | | Mostly these are too long verbatim lines.
* Upgrade to Thread::Queue 3.07Jerry D. Hedden2015-10-242-23/+21
| | | | Committer: Add additional email address for contributor.
* Fix some pedantic pod erros in Thread::QueueKarl Williamson2015-09-031-9/+11
|
* Upgrade to Thread::Queue 3.06Jerry D. Hedden2015-08-223-9/+140
| | | | For: RT #125864
* Stop test suite filling /tmpDavid Mitchell2014-12-031-2/+4
| | | | | | | | | | | | | | | | | | | Some test files use File::Temp in such a way that the temporary files and directories under /tmp aren't deleted at the end. On a smoker system, this can gradually accumulate thousands of entries under /tmp. The general culprits fixed by this commit are: 1) using tempfile() without the UNLINK => 1 argument; 2) Using Test::More (which uses Test::Stream), which creates a test directory in such a way that only the original parent thread will remove it; for some reason I still don't fully understand, detaching a thread rather than joining it stops this clean up happening. In the affected test files, I replaced the ->detach() with a ->join() just before exit, and the problem went away. Some tests under cpan/ are still leaky; these will be addressed upstream.
* Fix uninitialized-value warnings in Thread::QueueAaron Crane2014-03-181-5/+5
| | | | This involves a version bump, to 3.05.
* Upgrade to Thread::Queue 3.04Jerry D. Hedden2014-03-131-5/+8
|
* Upgrade to Thread::Queue 3.03Jerry D. Hedden2014-03-081-18/+21
|
* [perl #116865] Upgrade to Thread::Queue 3.02Jerry D. Hedden2013-02-192-3/+138
| | | | | | | | | | Attached patch updates Thread::Queue to v3.0.2 in preparation for a CPAN release. Adds a new method to Thread::Queue to dequeue items with a timeout feature. This addition was suggested by Andreas Huber. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Upgrade to Thread::Queue 3.01Jerry D. Hedden2012-11-062-31/+229
|
* Upgrade to Thread::Queue 2.12Jerry D. Hedden2010-12-261-8/+3
|
* Remove core @INC setting and chdir boilerplate from Thread::Queue's tests.Nicholas Clark2009-10-118-38/+0
|
* Move Thread::Queue from ext/ to dist/Nicholas Clark2009-09-299-0/+1289