Karen Etheridge [Wed, 16 Mar 2011 21:03:22 +0000]
dir to stuff my misc todo notes etc in
Karen Etheridge [Tue, 15 Mar 2011 00:16:43 +0000]
fix whitespace
Karen Etheridge [Mon, 14 Mar 2011 22:21:43 +0000]
do not use Undef-Tolerant behaviour on attributes that are capable of handling undef
Karen Etheridge [Mon, 14 Mar 2011 21:41:04 +0000]
better Test::Fatal tests
Karen Etheridge [Mon, 14 Mar 2011 20:04:44 +0000]
make defaults.t a bit more modular
Dave Rolsky [Mon, 14 Mar 2011 18:40:43 +0000]
Update README based on latest pod
Dave Rolsky [Mon, 14 Mar 2011 18:39:52 +0000]
Remove Signature plugin
Dave Rolsky [Mon, 14 Mar 2011 18:39:00 +0000]
Dzilize this distro
Also removed some space at the end of lines
Dave Rolsky [Wed, 2 Mar 2011 22:15:51 +0000]
bump version to 0.09
Dave Rolsky [Wed, 2 Mar 2011 22:15:27 +0000]
Changes for 0.09
Dave Rolsky [Wed, 2 Mar 2011 22:14:50 +0000]
Require Test::Fatal
Dave Rolsky [Sun, 27 Feb 2011 20:55:21 +0000]
bump version to 0.08
Dave Rolsky [Sun, 27 Feb 2011 20:55:09 +0000]
Add release version and date
Dave Rolsky [Sun, 27 Feb 2011 17:21:37 +0000]
Add forward compat change
Dave Rolsky [Sun, 27 Feb 2011 17:20:55 +0000]
Code for forward compat with Moose 1.99+
Cory Watson [Wed, 10 Nov 2010 22:56:11 +0000]
These are the words that I manifest.
Karen Etheridge [Wed, 3 Nov 2010 23:06:54 +0000]
Changes update, and add test dependency on Test::Fatal
Karen Etheridge [Wed, 3 Nov 2010 23:03:53 +0000]
add note about current limitations of usage.
Karen Etheridge [Wed, 3 Nov 2010 23:01:12 +0000]
rename a variable, to make it more clear that we are not working with the Moose::Meta::Attribute object here, but the parameter name as passed to the constructor
Karen Etheridge [Wed, 3 Nov 2010 22:36:51 +0000]
also test immutable classes using existing constructor and default classes --
these currently fail. the check for if all tests were succesfully run can be
removed when TODO label comes off.
Karen Etheridge [Wed, 3 Nov 2010 22:19:01 +0000]
comment update
Karen Etheridge [Wed, 3 Nov 2010 22:18:41 +0000]
rename t/attribute.t -> t/constructor.t -- more explanatory as to content
Karen Etheridge [Wed, 3 Nov 2010 22:16:15 +0000]
new tests for default behaviour, using classes in first test file
Karen Etheridge [Wed, 3 Nov 2010 22:15:54 +0000]
new .gitignore file, stolen from Moose repo
Karen Etheridge [Wed, 3 Nov 2010 22:04:58 +0000]
more robust testing of construction behaviour; labelled and counted tests
Cory Watson [Thu, 21 Oct 2010 23:26:12 +0000]
Save some work, thanks Chip.
Cory Watson [Mon, 11 Oct 2010 12:25:19 +0000]
Version bump and docs
Cory Watson [Mon, 11 Oct 2010 12:19:11 +0000]
Update MANIFEST and fix up some docs.
Chris Andrews [Sat, 9 Oct 2010 10:53:46 +0000]
Note that you can avoid having to add this module to every class.
If you have your own Moose exporter class already, you can just
add these roles there.
Chris Andrews [Sat, 9 Oct 2010 10:50:49 +0000]
Be more careful avoiding warnings when the init_arg is undef.
Chris Andrews [Fri, 8 Oct 2010 19:11:38 +0000]
Add support for immutable classes, by adjusting the generated constructor.
Chris Andrews [Fri, 8 Oct 2010 15:24:52 +0000]
Failing test showing that UndefTolerant fails with immutable classes.
Dave Rolsky [Mon, 19 Jul 2010 15:01:56 +0000]
Changes for next release
Dave Rolsky [Mon, 19 Jul 2010 15:01:37 +0000]
Use newer MetaRole API
Cory Watson [Sat, 23 Jan 2010 20:22:41 +0000]
Make default work properly.
Cory Watson [Sat, 12 Dec 2009 18:10:32 +0000]
Dep twiddling
Cory Watson [Wed, 2 Dec 2009 14:31:07 +0000]
Fix.
Cory Watson [Tue, 1 Dec 2009 23:19:18 +0000]
Jeez, I hate misnaming.
Cory Watson [Tue, 1 Dec 2009 23:18:05 +0000]
and more
Cory Watson [Tue, 1 Dec 2009 23:17:39 +0000]
release prep
Cory Watson [Tue, 1 Dec 2009 23:16:44 +0000]
POD
Jesse Luehrs [Tue, 1 Dec 2009 21:55:04 +0000]
silence test warning
Jesse Luehrs [Tue, 1 Dec 2009 21:54:02 +0000]
fix module name in tests
Jesse Luehrs [Tue, 1 Dec 2009 21:53:46 +0000]
use new Moose::Exporter features
Cory Watson [Tue, 1 Dec 2009 21:48:06 +0000]
First commit.