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

0.01  Mon Mar 19 09:51:10 2001
	- original version; created by h2xs 1.21 with options
		-f -n JavaScript

0.5   Wed Jul 25 14:20:10 2001
	- First public release

0.51  Thu Jul 26 12:01:00 2001
	- Changed new_context to create_context to match documentation
	- Changed create_context to not try and take named arguments

0.52  Sat Aug 11 22:47:00 2001
	- Added can method to JavaScript::Context
	- Removed the need of passing the JSClass name to bind_object
	- Fixed issues with package
	- Fixed return from call
	- Brought docs up to sync with implementation