The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Parallel::DataPipe.
0.04  Sat May  18
    - at last! multiplatform implementation. tests are passed for MSWin32, Freebsd, Cygwin, Linux
0.03  Tue May  14 2013
    - fix for #85289: tests hang on Windows. added test if pipes work as intented [okharch]
    
0.02  Mon May  13 2013
	- override SIG{TERM} for child to exit silently from data processors
	- get rid of single-thread logic
	- fixup for input_iterator returned value so it can return  and 0 for processing. only undef is considered as EOF
	- $_ is also passed as parameter (@_ or $_[0]) to the process_data closure
	
0.01  Wed May  8 07:44:03 2013
	- original version; created by h2xs 1.23 with options
		-AX Parallel::DataPipe