Revision history for Perl extension Java.

1.0  Fri Apr 28 16:36:29 2000
	- original version; created by h2xs 1.20 with options
		-X -n Java -v 1.0
1.1  
	 - Allow creation of primitive Java array types
	 - Allow Strings to be created using encodings for Localization
		w/':string_<ENCODING>' syntax
	 - Allow integers to be strings w/':string' syntax
1.12
	- Refined string encoding stuff
1.13
	- Added 'static_call' function to make static method calls on
		classes NOT in packages.
1.14
	- Just setsockopt SO_REUSEADDR on Java.pm event_server port
2.0
	8/23/00
	- Now using ctrl-A to separate parameter lists so we can accept
		commas or any other printable character in strings.
		THIS CHANGE MEANS NEITHER JAVASERVER NOR JAVA.PM ARE
			COMPATIBLE WITH ANY 1.X RELEASE!!
		(hence the bump up of the major version number!)