The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension POSIX::Run::Capture.

1.05  Fri Mar 15 13:47:40 2024
	- New constructor argument 'env' allows you to supply environment
	to the command to be run.
	- Fix packaging
	
1.04  Fri Mar 15 13:31:50 2024
	- New constructor argument 'env' allows you to supply environment
	to the command to be run.

1.03  Tue Feb 23 12:21:17 2021
	- Fix packaging
	
1.02  Sat Feb 13 09:30:49 2021
	- change bugtracker address

1.01  Fri Jan 31 09:16:30 2020
	- Argument to the 'stderr' or 'stdout' can be a code reference,
	glob (file handle) or scalar string.  In the latter two cases,
	the stream is redirected to the file handle or the named file.

1.00  Wed Aug 14 08:11:53 2019
	- line monitor is called for every line, whether or not terminated
	with a newline

0.02  Fri Dec  1 08:54:18 2017
        - first release

0.01  Thu Jul 20 18:17:18 2017
	- original revision