Karen Etheridge [Sun, 11 Mar 2012 18:05:29 +0000]
better test descriptions
Karen Etheridge [Sun, 11 Mar 2012 01:06:39 +0000]
pulled these test cases into a separate lib so they can be shared
Karen Etheridge [Sun, 11 Mar 2012 01:01:13 +0000]
use with_immutable and tighter TODO scope to run more tests after failure, and better diagnostics
Karen Etheridge [Sun, 11 Mar 2012 00:56:19 +0000]
improve test by testing for explicit exception message
Karen Etheridge [Sat, 10 Mar 2012 18:14:08 +0000]
bump version; be more specific with phase prereqs
Dave Rolsky [Mon, 4 Apr 2011 04:12:41 +0000]
Add tests for more role use cases
Dave Rolsky [Mon, 4 Apr 2011 04:10:13 +0000]
Doc use of module in roles
Dave Rolsky [Mon, 4 Apr 2011 04:05:20 +0000]
Need to capture new class/role after applying metaroles
Dave Rolsky [Mon, 4 Apr 2011 04:02:04 +0000]
Bump version
Dave Rolsky [Mon, 4 Apr 2011 04:01:59 +0000]
Changes for 0.12
Jesse Luehrs [Mon, 4 Apr 2011 03:24:33 +0000]
make this work in roles
Jesse Luehrs [Mon, 4 Apr 2011 02:49:57 +0000]
these version checks already happen in the exporter
Karen Etheridge [Sat, 19 Mar 2011 16:01:59 +0000]
0.11 release to fix crazy errors that somehow the tests did not catch
Karen Etheridge [Fri, 18 Mar 2011 21:07:49 +0000]
there could be mroe than one ternary operator
Karen Etheridge [Fri, 18 Mar 2011 21:07:12 +0000]
doc typo
Karen Etheridge [Fri, 18 Mar 2011 16:56:01 +0000]
fix timestamps - looks like the date isn't added automatically yet
Karen Etheridge [Fri, 18 Mar 2011 16:45:57 +0000]
bump revision to 0.10
Karen Etheridge [Fri, 18 Mar 2011 16:43:46 +0000]
doc updates and changelog for less undef tolerance
fix NEXT
Karen Etheridge [Thu, 17 Mar 2011 17:16:33 +0000]
update repository info now that we are on shadowcat
Karen Etheridge [Wed, 16 Mar 2011 21:42:45 +0000]
remove files and dirs from old build pipeline from being ignored
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.