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 Shell::POSIX::Select.

0.01  Sun May  4 00:47:26 PDT 2003
	- original version; created by h2xs 1.21 with options
		-XA -n Shell::POSIX::Select

0.02  Mon May  5 11:07:55 PDT 2003
	- fixed some typos and bugs in sample scripts
	- reworked documentation slightly
	- deleted some test programs, modified others
	- removed some debugging statements to simplify code
	- added vi:ts=2 sw=2: to dumped source code samples for readability

0.03  Mon May  5 17:51:54 PDT 2003
	- fixed more typos in documentation
	- rearranged documentation slightly
	- added some diagnostics to test.pl

0.04  Thu May  8 10:34:49 PDT 2003
	- enhanced "Failure to identify" section in docs
	- modified test.pl to omit screen dumps for comparison testing;
	    seems that even with buffering disabled, order of STDERR vs STDOUT
	    outputs is unpredictable, and causing tests to fail even though
	    everything actually works okay
	- removed disturbing messages from eval if killed by signal