16 years agoIt's good form to use all classes which we refer to by name in other
Dave Rolsky [Thu, 6 Dec 2007 22:12:17 +0000]
It's good form to use all classes which we refer to by name in other
parts of the code.

16 years agoTweaks based on Stevan's changes to make greater use of the
Dave Rolsky [Thu, 6 Dec 2007 22:11:25 +0000]
Tweaks based on Stevan's changes to make greater use of the
Moose/Class::MOP API and reduce the amount of string eval hackery.

16 years agoUpdate requires to actually be accurate 0.02
Dave Rolsky [Sun, 25 Nov 2007 20:57:36 +0000]
Update requires to actually be accurate

16 years agoinherit from Exporter for Perl 5.6.x
Dave Rolsky [Sun, 25 Nov 2007 20:55:25 +0000]
inherit from Exporter for Perl 5.6.x

16 years agoDate for first release 0.01
Dave Rolsky [Sat, 24 Nov 2007 21:39:39 +0000]
Date for first release

16 years agoupdate manifest
Dave Rolsky [Sat, 24 Nov 2007 21:38:43 +0000]
update manifest

16 years agoRequire a recent Moose
Dave Rolsky [Sat, 24 Nov 2007 21:36:33 +0000]
Require a recent Moose

16 years agoA bit more docs.
Dave Rolsky [Sat, 24 Nov 2007 21:36:07 +0000]
A bit more docs.

16 years agoA working version, with docs and all tests passing.
Dave Rolsky [Sat, 24 Nov 2007 21:34:38 +0000]
A working version, with docs and all tests passing.

16 years agoThrow an error if the constructor receives a class attribute.
Dave Rolsky [Sat, 24 Nov 2007 18:05:01 +0000]
Throw an error if the constructor receives a class attribute.

16 years agoSome small test improvements.
Dave Rolsky [Sat, 24 Nov 2007 18:04:31 +0000]
Some small test improvements.

16 years agoRemove the now no-longer-necessary non-inline method implementations.
Dave Rolsky [Thu, 20 Sep 2007 23:16:53 +0000]
Remove the now no-longer-necessary non-inline method implementations.

16 years agoThe start of a working implementation. Several things left to be
Dave Rolsky [Thu, 20 Sep 2007 22:24:19 +0000]
The start of a working implementation. Several things left to be
resolved ...

How to set the default for a non-lazy class attribute, since it
doesn't get set in a constructor?

How to avoid having these attributes show up in the object hash. This
requires messing with the inline & not-inline constructor.

Make clearer and predicate options work with class attributes.

More tests - reader, writer, predicate, clearer, coercion, lazy, etc.

16 years agoInitial import of stub code
Dave Rolsky [Wed, 19 Sep 2007 20:00:33 +0000]
Initial import of stub code