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 Chatbot::RiveScript.

0.05  Mon Jan  9 18:24:00 2006
	- Fixed a bug with optionals. If they were used at the start or end
		of a trigger, the trigger became unmatchable. This has been fixed
		by changing ' ' into '\s*'

0.04  Wed Jan  4 17:00:00 2006
	- Added support for optional parts of the trigger.
	- Begun support for inline objects to be created.

0.03  Tue Jan  3 18:33:00 2006
	- Added search() method.
	- <bot> variables can be inserted into triggers now (for example having
		the bot reply to its name no matter what its name is)

0.02	Thu Dec 22 11:28:00 2005
	- Fixed a regexp bug; now it stops searching when it finds a match
		(it would cause errors with $1 to $100)
	- Fixed an inconsistency that didn't allow uservars to work in
		conditionals.
	- Added <id> tag, useful for objects that need a unique user to work
		with.
	- Fixed bug that warned about comments that began with more than
		one set of //

0.01	Tue Dec 20 14:51:39 2005
	- Initial release