11 years agov0.16 v0.16
Karen Etheridge [Wed, 2 May 2012 22:13:26 +0000]
v0.16

    * remove temporary dep, and increase the required version of
      Dist::Zilla::Plugin::Test::CheckDeps, that now injects this dependency
      automatically

11 years agodep on the plugin version that injects its prereqs
Karen Etheridge [Wed, 2 May 2012 19:58:58 +0000]
dep on the plugin version that injects its prereqs

11 years agodep on the plugin version that injects its prereqs
Karen Etheridge [Wed, 2 May 2012 19:58:58 +0000]
dep on the plugin version that injects its prereqs

11 years agov0.15 v0.15
Karen Etheridge [Wed, 2 May 2012 19:57:31 +0000]
v0.15

    * temporarily add missing dep on Test::CheckDeps

11 years agodoh, DZPTCD doesnt inject its prereqs
Karen Etheridge [Wed, 2 May 2012 19:56:56 +0000]
doh, DZPTCD doesnt inject its prereqs

11 years agov0.14 v0.14
Karen Etheridge [Wed, 2 May 2012 16:24:21 +0000]
v0.14

    * re-release of 0.13 to fix a PAUSE indexing issue.

11 years agochangelog for 0.14
Karen Etheridge [Wed, 2 May 2012 16:19:58 +0000]
changelog for 0.14

12 years agoauto versioning; git release pipeline
Karen Etheridge [Thu, 12 Apr 2012 05:27:25 +0000]
auto versioning; git release pipeline

12 years agoadded missing release dates; re-enabling these release tests
Karen Etheridge [Wed, 11 Apr 2012 01:51:39 +0000]
added missing release dates; re-enabling these release tests

12 years agosome more tests - because who doesnt like tests?
Karen Etheridge [Wed, 11 Apr 2012 00:36:45 +0000]
some more tests - because who doesnt like tests?

12 years agoautomatically update release version and datetime in Changes
Karen Etheridge [Sun, 25 Mar 2012 16:43:16 +0000]
automatically update release version and datetime in Changes

12 years agomore tightening up of TODO scopes 0.13 v0.13
Karen Etheridge [Sun, 25 Mar 2012 16:34:07 +0000]
more tightening up of TODO scopes

12 years agodo not ship this content again!
Karen Etheridge [Sun, 25 Mar 2012 16:24:48 +0000]
do not ship this content again!

12 years agostandard MANIFEST.SKIP, from not-yet-released version of ExtUtils::Manifest
Karen Etheridge [Sun, 25 Mar 2012 16:23:47 +0000]
standard MANIFEST.SKIP, from not-yet-released version of ExtUtils::Manifest

12 years agoanother TODO note, re crazy init_arg strings
Karen Etheridge [Sun, 25 Mar 2012 16:08:38 +0000]
another TODO note, re crazy init_arg strings

12 years agomore tightening up of TODO test cases, for later investigation
Karen Etheridge [Sun, 25 Mar 2012 16:04:34 +0000]
more tightening up of TODO test cases, for later investigation

12 years agofixed: immutable class with undef-tolerant TC should not have its undef value strippe...
Karen Etheridge [Sun, 25 Mar 2012 01:45:38 +0000]
fixed: immutable class with undef-tolerant TC should not have its undef value stripped at construction time

12 years agoAnother TODO note, to go with the CAVEATS
Karen Etheridge [Sun, 25 Mar 2012 01:42:10 +0000]
Another TODO note, to go with the CAVEATS

12 years agofix typo - was testing the wrong class here and missing an important test case
Karen Etheridge [Sun, 25 Mar 2012 01:41:30 +0000]
fix typo - was testing the wrong class here and missing an important test case

12 years agorename these tests to "basic", and test both mutable and immutable paths
Karen Etheridge [Sun, 25 Mar 2012 00:19:37 +0000]
rename these tests to "basic", and test both mutable and immutable paths

12 years agoPrevent all attribute initializers from seeing the value when we remove it, not just...
Karen Etheridge [Sat, 24 Mar 2012 21:18:31 +0000]
Prevent all attribute initializers from seeing the value when we remove it, not just this one

This also avoids dereferencing an undef value in the wrapped method - I don't
know why this wasn't generating a warning, but it's still not optimal

12 years agoimprove wording - the bad code is actually _inline_slot_initializer
Karen Etheridge [Sat, 24 Mar 2012 21:23:48 +0000]
improve wording - the bad code is actually _inline_slot_initializer

12 years agouse with_immutable and tighter TODO scope to run more tests after failure, and better...
Karen Etheridge [Mon, 12 Mar 2012 01:04:37 +0000]
use with_immutable and tighter TODO scope to run more tests after failure, and better diagnostics

12 years agochangelog for changes made so far
Karen Etheridge [Sat, 24 Mar 2012 16:58:58 +0000]
changelog for changes made so far

12 years agowhitespace
Karen Etheridge [Sun, 11 Mar 2012 18:28:36 +0000]
whitespace

12 years agostrict/warnings, and explanatory comments
Karen Etheridge [Sun, 11 Mar 2012 18:21:40 +0000]
strict/warnings, and explanatory comments

12 years agobetter test descriptions topic/mxcae
Karen Etheridge [Sun, 11 Mar 2012 18:05:29 +0000]
better test descriptions

12 years agopulled these test cases into a separate lib so they can be shared
Karen Etheridge [Sun, 11 Mar 2012 01:06:39 +0000]
pulled these test cases into a separate lib so they can be shared

12 years agouse with_immutable and tighter TODO scope to run more tests after failure, and better...
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

12 years agoimprove test by testing for explicit exception message
Karen Etheridge [Sun, 11 Mar 2012 00:56:19 +0000]
improve test by testing for explicit exception message

12 years agobump version; be more specific with phase prereqs
Karen Etheridge [Sat, 10 Mar 2012 18:14:08 +0000]
bump version; be more specific with phase prereqs

13 years agoAdd tests for more role use cases 0.12
Dave Rolsky [Mon, 4 Apr 2011 04:12:41 +0000]
Add tests for more role use cases

13 years agoDoc use of module in roles
Dave Rolsky [Mon, 4 Apr 2011 04:10:13 +0000]
Doc use of module in roles

13 years agoNeed to capture new class/role after applying metaroles
Dave Rolsky [Mon, 4 Apr 2011 04:05:20 +0000]
Need to capture new class/role after applying metaroles

13 years agoBump version
Dave Rolsky [Mon, 4 Apr 2011 04:02:04 +0000]
Bump version

13 years agoChanges for 0.12
Dave Rolsky [Mon, 4 Apr 2011 04:01:59 +0000]
Changes for 0.12

13 years agomake this work in roles
Jesse Luehrs [Mon, 4 Apr 2011 03:24:33 +0000]
make this work in roles

13 years agothese version checks already happen in the exporter
Jesse Luehrs [Mon, 4 Apr 2011 02:49:57 +0000]
these version checks already happen in the exporter

13 years ago0.11 release to fix crazy errors that somehow the tests did not catch 0.11
Karen Etheridge [Sat, 19 Mar 2011 16:01:59 +0000]
0.11 release to fix crazy errors that somehow the tests did not catch

13 years agothere could be mroe than one ternary operator
Karen Etheridge [Fri, 18 Mar 2011 21:07:49 +0000]
there could be mroe than one ternary operator

13 years agodoc typo
Karen Etheridge [Fri, 18 Mar 2011 21:07:12 +0000]
doc typo

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.