The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Thu Apr 20 14:46:31 PDT 2000 <blair@akamai.com> (Blair Zajac)

	Release version 1.00.

Thu Apr 20 14:40:11 PDT 2000 <blair@akamai.com> (Blair Zajac)

	In certain circumstances on older Perls, Proc::Background
	would complain that @_ could not be modified since it is a
	read only variable.  Make a copy of @_ and modify that.

Wed Apr 19 19:50:51 PDT 2000 <blair@akamai.com> (Blair Zajac)

	Release version 0.03.

Wed Apr 19 14:47:58 PDT 2000 <blair@akamai.com> (Blair Zajac)

	Relax the requirement that the path to the program has to be
	absolute.  If it is not absolute, then look for the absolute
	location of the program.

	Add a new method named pid that returns the process ID of the
	new process.

Sun Jun 28 12:43:39 PDT 1998 <blair@gps.caltech.edu> (Blair Zajac)

	Release version 0.02.

Tue Jun 23 15:13:13 PDT 1998 <blair@gps.caltech.edu> (Blair Zajac)

	Restructure the die method.  Keep the OS independent code for
	killing a process in Proc::Background and the OS dependent
	killing code in Proc::Background::*.

	Update the POD for Proc::Background to be more explicit about
	what start_time and end_time return.

	Fix bugs in Proc::Background::Win32.

	Update Makefile.PL to check for Win32::Process installed on
	Win32 systems.

Thu Jun 18 14:52:01 PDT 1998 <blair@gps.caltech.edu> (Blair Zajac)

	Update the README to indicate that libwin32 is only needed
	on Win32 systems.

	Remove calls to croak or die.  Call cluck instead.

	Fix the implementation documentation.

	Remove Proc::Background::Win32::alive since
	Proc::Background::alive works.

Thu Apr 24 12:00:00 PDT 1998 <blair@gps.caltech.edu> (Blair Zajac)

	Version 0.01
	First version.