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

0.01  Mon Feb 16 11:56:16 1998 EST
	- original version; created by h2xs 1.1.1.1
0.9   Mon Feb 16 14:49:00 1998 EST
	- Initial public release version; created by briansp.
0.91  Thu Feb 19 13:00:00 1998 EST
	- Renamed to Db::Documentum at request of PAUSE folks.
0.92  Web Apr 01 15:30:00 1998 EST
	- Added prototyping behavior to XSUB definitions.
	  Added Db::Documentum::Tools.pm module.
	  Included dm_check_password.pl with distribution.
1.0   Mon Jan 25 14:54:55 EST 1999
	- Some changes to the Tools.pm module.  Added username
	  optional argument to dm_KrbConnect to satisfy my own
	  needs for shared, anonymous accounts.
	  Added corresponding code to dm_check_password.pl on server
	  side to handle shared accounts.
	  Releasing as version 1.0 just so it doesn't look so beta.
1.01  (same day) :-)
	- Made test.pl better.  Fixed MANIFEST problem (I renamed CHANGES).
	  It helps to test BEFORE you upload. :-)
1.1   Feb 18, 1999
	- Added hooks and fixes for easy building under NT.  Added nicer
	  non-Solaris OS handling in general to Makefile.PL.
    - Added dmAPIInit() and dmAPIDeinit() calls in module to automate
      this.  This will require programs that have these functions in
	  them to remove them, as they're not necessary.
    - Cleaned up test suite and simplified it.
1.2   Oct 13, 1999
	- Added dm_CreateType and dm_CreateObject functions to Tools.pm.
	- Further improvements to Makefile.PL.
	- Added tools_test.pl to test Tools.pm functionality.
1.3   March 02, 2000
	- Added support for APIs with 4i -- no DFC support yet.
	- Modified the test.pl script to include tests for the Tools.pm module.
	- Changed the format of the %ATTRS hash from HoL to just a hash on the
	  dm_CreateObject sub.