0.07

- Added a next_as_hash method to Class::AlzaboWrapper::Cursor.  Patch
by Eric Waters.

- Allow create() to take extra parameters just like new() does, so
that when _init() is eventually called it can work the same way for
both create() and new().


0.06  2004-09-23

- The cursor object new method now accepts a constructor_method
argument.


0.05  2004-06-25

- Added a new method, alzabo_attributes(), which can be called to find
out what methods were created by calling import.  Also added
_record_attribute_creation() so a custom subclass can record that it
created an attribute method.


0.04  2004-04-23

- The last release broke the table_to_class() method (note to self:
tests would be good).


0.03  2004-04-23

- Make the table() method work in subclasses of classes which inherit
from Class::AlzaboWrapper.


0.02  2004-01-26

- Make it possible to subclass this class by providing caller and base
parameters to import.


0.01  2003-05-03

- Initial release


