Revision history for Perl module Class::Declare
$Id: Changes,v 1.9 2003/06/16 11:28:28 ian Exp $
0.04 Mon Jun 16 11:24:21 2003
- fixed Makefile.PL dependency to require Test::Exception 0.15 or
greater (we need lives_and())
0.03 Sun Jun 15 19:22:36 2003
- changed underlying object store from list of hashes to hash of hashes
- arguments() now also accepts a list of argument names as well as a single
name as the default arguments, in which case all arguments default to
undef
- attribute modifiers are now supported:
+ class attributes may be set read-write
+ instance attributes may be set read-only
- declare() now also accepts a list of attribute names as well as a
single name for each type of attribute, in which case the attributes
default to undef.
0.02 Fri Jun 6 13:52:37 2003
- renamed "shared" attributes and methods "restricted" to avoid
collision with :shared attribute for threading
(see Class::Declare::Attributes)
- deprecated the shared() method: now throws an error
0.01 Tue Jun 3 21:42:14 2003
- initial Class::Declare release