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

0.01  Fri Oct 22 20:05:13 1999
	- original version; created by h2xs 1.20 with options
		-A -fn OS2::SOM -v 0.01

??!!	Calling non-existing SOM method is a fatal error?!
	Only primitive types of parameters and return value are supported.
	Only in-parameters are supported.
	No memory management is done at all.
	Exception is not analysed.
	SOM Objects have type SOMObjectPtr, SOM Classes have type SOMClassPtr.
	Methods may be dispatched only when a signature is explicitely
	 described.
	Only local SOM is supported.
	Tested with SOMObjects 2.0 on OS/2 with EMX only.
	Renamed to SOM.

	Give TOOLKIT=p:/ath/to/toolkit option to MakeMaker.

0.02
	Support DSOM.
	Environment supported (to some extent).

0.03
	Calling non-existing SOM method supported now.
	Separate DSOM part and Repository part into a separate .xs files.
	Remove -fomit-frame-pointer flag if present (probably gcc2.8.1 bug).
	Better docs.