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 Dec  9 18:31:30 MET 1999   Raphael Manfredi <Raphael_Manfredi@pobox.com>

. Description:

	Wrote two versions of format_args and eval proper one.
	Indeed, perl-5.005 versions do not support /(?<!)/ and
	this is parsed at compile time, hence we need to protect
	the expression within an eval.

Wed Dec  8 22:53:27 MET 1999   Raphael Manfredi <Raphael_Manfredi@pobox.com>

. Description:

	Forgot that /(?<!)/ is a 5.005 feature, fixed Agent.pm.

	Mentions that perl 5.005 fails tests on Linux due to a perl or
	glibc bug. It's only the test code that fails though.

Tue Dec  7 22:01:49 MET 1999  Raphael Manfredi <Raphael_Manfredi@pobox.com>
. Description

	Initial revision 0.1.