15 years agoAdd missing prereq on MX::AH. 0.06
Dave Rolsky [Sat, 6 Sep 2008 13:42:43 +0000]
Add missing prereq on MX::AH.

Bump version & update Changes.

15 years agoDoh wrong month
Dave Rolsky [Fri, 5 Sep 2008 15:18:45 +0000]
Doh wrong month

15 years agoadd .shipit and ignore MANIFEST 0.05
Dave Rolsky [Fri, 5 Sep 2008 15:16:44 +0000]
add .shipit and ignore MANIFEST

15 years agoUpdate changes for release
Dave Rolsky [Fri, 5 Sep 2008 15:14:45 +0000]
Update changes for release

15 years agoNo need to be so fancy
Dave Rolsky [Fri, 5 Sep 2008 15:13:29 +0000]
No need to be so fancy

15 years agoOnly run tests for maintainer
Dave Rolsky [Fri, 5 Sep 2008 15:12:22 +0000]
Only run tests for maintainer

15 years agoUpdate prereqs
Dave Rolsky [Fri, 5 Sep 2008 15:11:11 +0000]
Update prereqs

15 years agoremove generated flie
Dave Rolsky [Fri, 5 Sep 2008 15:10:55 +0000]
remove generated flie

15 years agoPlan the tests
Dave Rolsky [Fri, 5 Sep 2008 15:08:52 +0000]
Plan the tests

15 years agopod for everything
Dave Rolsky [Fri, 5 Sep 2008 15:08:35 +0000]
pod for everything

15 years agoAdd tests for introspection methods
Dave Rolsky [Fri, 5 Sep 2008 14:34:05 +0000]
Add tests for introspection methods

15 years agoUpdate docs for the new way.
Dave Rolsky [Fri, 5 Sep 2008 14:02:49 +0000]
Update docs for the new way.

15 years agoEverything works, with my uber hack of making the attribute bits a
Dave Rolsky [Fri, 5 Sep 2008 13:57:51 +0000]
Everything works, with my uber hack of making the attribute bits a
role rather than a class.

15 years agoI'm sick of critic
Dave Rolsky [Tue, 2 Sep 2008 14:16:01 +0000]
I'm sick of critic

15 years agoMostly working implementation, but mixing with MX::AH isn't working
Dave Rolsky [Tue, 2 Sep 2008 14:15:26 +0000]
Mostly working implementation, but mixing with MX::AH isn't working

15 years agoUpdates for latest Moose and MX::CA. Mostly small tweaks.
Dave Rolsky [Tue, 2 Sep 2008 02:35:56 +0000]
Updates for latest Moose and MX::CA. Mostly small tweaks.

15 years agoRequire latest MX::AH for tests.
Dave Rolsky [Mon, 25 Aug 2008 20:28:41 +0000]
Require latest MX::AH for tests.

15 years agoOnly import has to avoid overwriting make_immutable
Dave Rolsky [Thu, 7 Aug 2008 14:17:10 +0000]
Only import has to avoid overwriting make_immutable

Require newer MX::AH

15 years agoFactor out a concatenation in grabbing the instance.
Shawn M Moore [Tue, 15 Jul 2008 03:11:53 +0000]
Factor out a concatenation in grabbing the instance.
In a profile of my app that uses this, this small function took up more time than any other function, because it's called so damn often.

15 years agoThe method is called container_class, not containing_class
Shawn M Moore [Tue, 24 Jun 2008 07:02:08 +0000]
The method is called container_class, not containing_class

15 years agoShut up deprecation warnings
Dave Rolsky [Fri, 23 May 2008 21:50:47 +0000]
Shut up deprecation warnings

16 years agoPrep for 0.04 release 0.04
Dave Rolsky [Mon, 21 Jan 2008 23:56:00 +0000]
Prep for 0.04 release

16 years agoRequire Moose 0.34
Dave Rolsky [Mon, 21 Jan 2008 23:55:34 +0000]
Require Moose 0.34

16 years agoUse add_attribute rather than _process_attribute to add attributes
Dave Rolsky [Mon, 21 Jan 2008 23:54:52 +0000]
Use add_attribute rather than _process_attribute to add attributes

16 years agoFix braino
Dave Rolsky [Tue, 11 Dec 2007 19:42:55 +0000]
Fix braino

16 years agoSimplify code a smidge
Dave Rolsky [Sat, 8 Dec 2007 17:58:29 +0000]
Simplify code a smidge

16 years agoUpdates for 0.03.
Dave Rolsky [Sat, 8 Dec 2007 17:44:48 +0000]
Updates for 0.03.

Split main functionality into separate sub which accepts a package as
the first argument. Really, this should be part of a class metaclass,
but that's an annoying road to go down.

16 years agoUse Moose::_get_caller (unseemly, but maybe more flexible).
Dave Rolsky [Thu, 6 Dec 2007 22:22:21 +0000]
Use Moose::_get_caller (unseemly, but maybe more flexible).

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