Revision history for Perl extension Anansi::ObjectManager.

0.01  Sat Apr  6 17:57:11 2013
	- original version; created by h2xs 1.23 with options
		-AX Anansi::ObjectManager
0.02  Wed Apr 10 11:05:23 2013
	- deprecated perl issues fixed.
0.03  Wed Apr 10 12:08:09 2013
	- munged email address.
0.04  Sun May  5 11:30:23 2013
	- modified POD.
0.05  Sun May  5 14:06:56 2013
	- basic POD example corrections.
0.06  Sun May  5 14:15:04 2013
	- package version number correction.
0.07  Mon May 20 11:05:29 2013
	- modified the POD to reflect more concise examples and include method parameter.
0.08  Mon Jun 03 13:10:45 2013
	- modified "identification" subroutine to accommodate internal ordinal numbers.
	- fixed "user" subroutine to return an array instead of a list.
	- fixed "uses" subroutine to return an array instead of a list.
	- modified the POD.
0.09  Tue Apr 09 16:27:51 2019
	- implemented a "Anansi" hash within each object instance to resolve cross module data contamination.
	- implemented a "ObjectManager" hash within the "Anansi" hash of an object instance to store Anansi::ObjectManager specific data.
	- modified "current" subroutine to reflect cross module contamination resolution.
	- modified "finalise" subroutine to reflect cross module contamination resolution.
	- modified "identification" subroutine to reflect cross module contamination resolution.
	- modified "obsolete" subroutine to reflect cross module contamination resolution.
	- modified "register" subroutine to reflect cross module contamination resolution.
	- modified "registrations" subroutine to reflect cross module contamination resolution.
	- modified "unregister" subroutine to reflect cross module contamination resolution.
	- modified "user" subroutine to reflect cross module contamination resolution.
	- modified "uses" subroutine to reflect cross module contamination resolution.
