From Damian: Class::Struct was unable to define
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 5 Sep 2001 12:07:53 +0000 (12:07 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 5 Sep 2001 12:07:53 +0000 (12:07 +0000)
commitf8aada623c35865871672070ed5ed83d6d2a63a7
tree7ea014a6cc200ab76ab30e153bbc91ed587c7255
parent328bf3738a02f1c1bfa010034ca56aee254f8a25
From Damian: Class::Struct was unable to define
recursive classes.  After the patch an object reference
(rather than a hash) is required to initialize
an object attribute.  If no such initializer is given to
the constructor, object attributes are now default
initialized to C<undef>.

p4raw-id: //depot/perl@11877
lib/Class/Struct.pm
lib/Class/Struct.t