13 years agofix timestamps - looks like the date isn't added automatically yet 0.10
Karen Etheridge [Fri, 18 Mar 2011 16:56:01 +0000]
fix timestamps - looks like the date isn't added automatically yet

13 years agobump revision to 0.10
Karen Etheridge [Fri, 18 Mar 2011 16:45:57 +0000]
bump revision to 0.10

13 years agodoc updates and changelog for less undef tolerance
Karen Etheridge [Fri, 18 Mar 2011 16:43:46 +0000]
doc updates and changelog for less undef tolerance

fix NEXT

13 years agoupdate repository info now that we are on shadowcat
Karen Etheridge [Thu, 17 Mar 2011 17:16:33 +0000]
update repository info now that we are on shadowcat

13 years agoremove files and dirs from old build pipeline from being ignored
Karen Etheridge [Wed, 16 Mar 2011 21:42:45 +0000]
remove files and dirs from old build pipeline from being ignored

13 years agodir to stuff my misc todo notes etc in
Karen Etheridge [Wed, 16 Mar 2011 21:03:22 +0000]
dir to stuff my misc todo notes etc in

13 years agofix whitespace
Karen Etheridge [Tue, 15 Mar 2011 00:16:43 +0000]
fix whitespace

13 years agodo not use Undef-Tolerant behaviour on attributes that are capable of handling undef
Karen Etheridge [Mon, 14 Mar 2011 22:21:43 +0000]
do not use Undef-Tolerant behaviour on attributes that are capable of handling undef

13 years agobetter Test::Fatal tests
Karen Etheridge [Mon, 14 Mar 2011 21:41:04 +0000]
better Test::Fatal tests

13 years agomake defaults.t a bit more modular
Karen Etheridge [Mon, 14 Mar 2011 20:04:44 +0000]
make defaults.t a bit more modular

13 years agoUpdate README based on latest pod
Dave Rolsky [Mon, 14 Mar 2011 18:40:43 +0000]
Update README based on latest pod

13 years agoRemove Signature plugin
Dave Rolsky [Mon, 14 Mar 2011 18:39:52 +0000]
Remove Signature plugin

13 years agoDzilize this distro
Dave Rolsky [Mon, 14 Mar 2011 18:39:00 +0000]
Dzilize this distro

Also removed some space at the end of lines

13 years agobump version to 0.09 0.09
Dave Rolsky [Wed, 2 Mar 2011 22:15:51 +0000]
bump version to 0.09

13 years agoChanges for 0.09
Dave Rolsky [Wed, 2 Mar 2011 22:15:27 +0000]
Changes for 0.09

13 years agoRequire Test::Fatal
Dave Rolsky [Wed, 2 Mar 2011 22:14:50 +0000]
Require Test::Fatal

13 years agobump version to 0.08
Dave Rolsky [Sun, 27 Feb 2011 20:55:21 +0000]
bump version to 0.08

13 years agoAdd release version and date
Dave Rolsky [Sun, 27 Feb 2011 20:55:09 +0000]
Add release version and date

13 years agoAdd forward compat change
Dave Rolsky [Sun, 27 Feb 2011 17:21:37 +0000]
Add forward compat change

13 years agoCode for forward compat with Moose 1.99+
Dave Rolsky [Sun, 27 Feb 2011 17:20:55 +0000]
Code for forward compat with Moose 1.99+

13 years agoThese are the words that I manifest.
Cory Watson [Wed, 10 Nov 2010 22:56:11 +0000]
These are the words that I manifest.

13 years agoChanges update, and add test dependency on Test::Fatal
Karen Etheridge [Wed, 3 Nov 2010 23:06:54 +0000]
Changes update, and add test dependency on Test::Fatal

13 years agoadd note about current limitations of usage.
Karen Etheridge [Wed, 3 Nov 2010 23:03:53 +0000]
add note about current limitations of usage.

13 years agorename a variable, to make it more clear that we are not working with the Moose:...
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

13 years agoalso test immutable classes using existing constructor and default classes --
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.

13 years agocomment update
Karen Etheridge [Wed, 3 Nov 2010 22:19:01 +0000]
comment update

13 years agorename t/attribute.t -> t/constructor.t -- more explanatory as to content
Karen Etheridge [Wed, 3 Nov 2010 22:18:41 +0000]
rename t/attribute.t -> t/constructor.t -- more explanatory as to content

13 years agonew tests for default behaviour, using classes in first test file
Karen Etheridge [Wed, 3 Nov 2010 22:16:15 +0000]
new tests for default behaviour, using classes in first test file

13 years agonew .gitignore file, stolen from Moose repo
Karen Etheridge [Wed, 3 Nov 2010 22:15:54 +0000]
new .gitignore file, stolen from Moose repo

13 years agomore robust testing of construction behaviour; labelled and counted tests
Karen Etheridge [Wed, 3 Nov 2010 22:04:58 +0000]
more robust testing of construction behaviour; labelled and counted tests

13 years agoSave some work, thanks Chip. 0.07
Cory Watson [Thu, 21 Oct 2010 23:26:12 +0000]
Save some work, thanks Chip.

13 years agoVersion bump and docs 0.06
Cory Watson [Mon, 11 Oct 2010 12:25:19 +0000]
Version bump and docs

13 years agoUpdate MANIFEST and fix up some docs.
Cory Watson [Mon, 11 Oct 2010 12:19:11 +0000]
Update MANIFEST and fix up some docs.

13 years agoNote that you can avoid having to add this module to every class.
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.

13 years agoBe more careful avoiding warnings when the init_arg is undef.
Chris Andrews [Sat, 9 Oct 2010 10:50:49 +0000]
Be more careful avoiding warnings when the init_arg is undef.

13 years agoAdd support for immutable classes, by adjusting the generated constructor.
Chris Andrews [Fri, 8 Oct 2010 19:11:38 +0000]
Add support for immutable classes, by adjusting the generated constructor.

13 years agoFailing test showing that UndefTolerant fails with immutable classes.
Chris Andrews [Fri, 8 Oct 2010 15:24:52 +0000]
Failing test showing that UndefTolerant fails with immutable classes.

13 years agoChanges for next release
Dave Rolsky [Mon, 19 Jul 2010 15:01:56 +0000]
Changes for next release

13 years agoUse newer MetaRole API
Dave Rolsky [Mon, 19 Jul 2010 15:01:37 +0000]
Use newer MetaRole API

14 years agoMake default work properly.
Cory Watson [Sat, 23 Jan 2010 20:22:41 +0000]
Make default work properly.

14 years agoDep twiddling
Cory Watson [Sat, 12 Dec 2009 18:10:32 +0000]
Dep twiddling

14 years agoFix.
Cory Watson [Wed, 2 Dec 2009 14:31:07 +0000]
Fix.

14 years agoJeez, I hate misnaming.
Cory Watson [Tue, 1 Dec 2009 23:19:18 +0000]
Jeez, I hate misnaming.

14 years agoand more
Cory Watson [Tue, 1 Dec 2009 23:18:05 +0000]
and more

14 years agorelease prep
Cory Watson [Tue, 1 Dec 2009 23:17:39 +0000]
release prep

14 years agoPOD
Cory Watson [Tue, 1 Dec 2009 23:16:44 +0000]
POD

14 years agosilence test warning
Jesse Luehrs [Tue, 1 Dec 2009 21:55:04 +0000]
silence test warning

14 years agofix module name in tests
Jesse Luehrs [Tue, 1 Dec 2009 21:54:02 +0000]
fix module name in tests

14 years agouse new Moose::Exporter features
Jesse Luehrs [Tue, 1 Dec 2009 21:53:46 +0000]
use new Moose::Exporter features

14 years agoFirst commit.
Cory Watson [Tue, 1 Dec 2009 21:48:06 +0000]
First commit.