threads/queue version 0.01 ========================== This is a reimplmentation of Thread::Queue. It provides a threadsafe queue for ithreads. Requires 5.7.2 or higher INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Test::More COPYRIGHT AND LICENCE Copyright (C) 2001 Arthur Bergman This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.