README for Thread::Conveyor

Pass (almost) any data-structure between threads on a first-in, first-out
basis.

                         *** A note of CAUTION ***

This module only functions on Perl versions 5.8.0 and later.  And then
only when threads are enabled with -Dusethreads.  It is of no use with
any version of Perl before 5.8.0 or without threads enabled.

                         *************************

Copyright (c) 2002-2003, 2010 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights
reserved.  This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Version:
 0.19

Required Modules:
 load (any)
 Thread::Serialize (any)
 Thread::Tie (0.09)

perl Makefile.PL
make
make test
make install