Revision history for Struct-Dumb
0.05 2015/10/06 23:12:58
[BUGFIXES]
* Throw an exception on attempts to dereference a struct as an
array (RT107583)
* Throw an exception if accessor-mutators are invoked with extra
arguments
* Give AUTOLOAD :lvalue context so it reports the right message for
attempts to assign to missing fields (RT107577)
0.04 2015/09/30 18:29:01
[CHANGES]
* Support creating a predicate test function
0.03 2014/07/25 10:01:02
[CHANGES]
* Support named constructors (RT97452)
0.02 BUGFIXES:
* Fix unit tests to cope with new Carp message format, with the "."
appended
0.01 First version, released on an unsuspecting world.