13 years agofixed test warnings topics/use-compiled-constraints
John Napiorkowski [Sun, 24 Oct 2010 21:43:50 +0000]
fixed test warnings

13 years agouse compiled constraints instead of objects origin/topics/use-compiled-constraints
Robert 'phaylon' Sedlacek [Sun, 24 Oct 2010 18:01:11 +0000]
use compiled constraints instead of objects

13 years agoupdate dist.ini
John Napiorkowski [Thu, 1 Jul 2010 20:14:39 +0000]
update dist.ini

13 years agochanges to the changes for the repo
John Napiorkowski [Thu, 1 Jul 2010 19:52:00 +0000]
changes to the changes for the repo

13 years agominor code reformatting 0.23
John Napiorkowski [Thu, 1 Jul 2010 17:42:35 +0000]
minor code reformatting

13 years agoremoved warning message
John Napiorkowski [Thu, 1 Jul 2010 17:38:50 +0000]
removed warning message

13 years agostubb for deep validation
John Napiorkowski [Thu, 1 Jul 2010 17:37:28 +0000]
stubb for deep validation

13 years agomore deeper scrubbing of the error output
John Napiorkowski [Thu, 1 Jul 2010 17:09:24 +0000]
more deeper scrubbing of the error output

13 years agoless noisey validation messages
John Napiorkowski [Thu, 1 Jul 2010 14:46:27 +0000]
less noisey validation messages

13 years agonew message stack code file and bust out test
John Napiorkowski [Thu, 1 Jul 2010 14:22:59 +0000]
new message stack code file and bust out test

13 years agoall tests passing again after move to message stack
John Napiorkowski [Thu, 1 Jul 2010 14:14:10 +0000]
all tests passing again after move to message stack

13 years agostarted on a real message stacker
John Napiorkowski [Thu, 1 Jul 2010 12:00:16 +0000]
started on a real message stacker

13 years agotoward better error messages
John Napiorkowski [Thu, 1 Jul 2010 00:49:28 +0000]
toward better error messages

13 years agoshut up the test eol complaints
John Napiorkowski [Wed, 30 Jun 2010 16:01:44 +0000]
shut up the test eol complaints

13 years agono windows linefeeds
John Napiorkowski [Wed, 30 Jun 2010 15:45:33 +0000]
no windows linefeeds

13 years agoConvert from Module::Install to Dist::Zilla
Florian Ragwitz [Tue, 1 Jun 2010 21:25:45 +0000]
Convert from Module::Install to Dist::Zilla

Also clean up a lot of whitespace.

13 years agoVersio 0.22 0.22
Florian Ragwitz [Tue, 1 Jun 2010 18:21:48 +0000]
Versio 0.22

13 years agoBump prereqs
Florian Ragwitz [Tue, 1 Jun 2010 18:19:23 +0000]
Bump prereqs

13 years agoupdated changelog
John Napiorkowski [Fri, 28 May 2010 20:52:06 +0000]
updated changelog

13 years agoall new tests in place that must work with the (pending) update to Moose and MX:Types
John Napiorkowski [Fri, 28 May 2010 19:50:43 +0000]
all new tests in place that must work with the (pending) update to Moose and MX:Types

13 years agocreated regression test for type constraint change in Moose 1.05
John Napiorkowski [Thu, 27 May 2010 19:36:13 +0000]
created regression test for type constraint change in Moose 1.05

13 years agoFix tests on undoublefailed Moose versions
Florian Ragwitz [Wed, 26 May 2010 19:58:49 +0000]
Fix tests on undoublefailed Moose versions

13 years agono tabs. kthx!
Florian Ragwitz [Wed, 26 May 2010 19:48:21 +0000]
no tabs. kthx!

14 years agofixed changelog
John Napiorkowski [Fri, 26 Mar 2010 20:55:50 +0000]
fixed changelog

14 years agoremoved "use Try::Tiny" to preserve compatibility with old Moose (but not that old)
John Napiorkowski [Fri, 26 Mar 2010 20:30:03 +0000]
removed "use Try::Tiny" to preserve compatibility with old Moose (but not that old)

14 years agoremove unused "use Try::Tiny" 0.21
Ansgar Burchardt [Thu, 4 Feb 2010 13:26:24 +0000]
remove unused "use Try::Tiny"

t/04-map.t did have a "use Try::Tiny" statement even though Try::Tiny is
not used in the test.

Signed-off-by: Ansgar Burchardt <ansgar@43-1.org>

14 years agocorrect spelling errors
Ansgar Burchardt [Thu, 4 Feb 2010 13:25:28 +0000]
correct spelling errors

Correct two spelling errors found by Debian's lintian QA tool.

Signed-off-by: Ansgar Burchardt <ansgar@43-1.org>

14 years agoVersion 0.20. 0.20
Florian Ragwitz [Thu, 4 Feb 2010 01:54:24 +0000]
Version 0.20.

14 years agoMerge branch 'useful_optional'
Florian Ragwitz [Thu, 4 Feb 2010 01:33:10 +0000]
Merge branch 'useful_optional'

* useful_optional:
  Properly delegate coercions for Optional[].
  Same Optional[] fix, but for Tuple this time.
  More failing tests for Tuple.
  Check if it's optional, not if it accepts undef.
  Add failing tests for Optional[].
  Less trailing whitespace.

Conflicts:
lib/MooseX/Types/Structured.pm

14 years agodocs for Map
Ricardo Signes [Wed, 3 Feb 2010 14:33:14 +0000]
docs for Map

14 years agoProperly delegate coercions for Optional[].
Florian Ragwitz [Wed, 3 Feb 2010 13:44:03 +0000]
Properly delegate coercions for Optional[].

14 years agoSame Optional[] fix, but for Tuple this time.
Florian Ragwitz [Wed, 3 Feb 2010 06:14:04 +0000]
Same Optional[] fix, but for Tuple this time.

14 years agoMore failing tests for Tuple.
Florian Ragwitz [Wed, 3 Feb 2010 06:13:44 +0000]
More failing tests for Tuple.

14 years agoCheck if it's optional, not if it accepts undef.
Florian Ragwitz [Wed, 3 Feb 2010 05:58:43 +0000]
Check if it's optional, not if it accepts undef.

14 years agoAdd failing tests for Optional[].
Florian Ragwitz [Wed, 3 Feb 2010 05:57:59 +0000]
Add failing tests for Optional[].

14 years agoLess trailing whitespace.
Florian Ragwitz [Wed, 3 Feb 2010 05:20:47 +0000]
Less trailing whitespace.

14 years agoclean up trailing whitespace
Ricardo Signes [Mon, 25 Jan 2010 23:23:42 +0000]
clean up trailing whitespace

14 years agoadd a map type
Ricardo Signes [Mon, 25 Jan 2010 23:15:52 +0000]
add a map type

14 years agoFix a doc typo. rjbs++
Florian Ragwitz [Mon, 25 Jan 2010 22:16:28 +0000]
Fix a doc typo. rjbs++

14 years agoVersion 0.19. 0.19
Florian Ragwitz [Fri, 6 Nov 2009 14:08:00 +0000]
Version 0.19.

14 years agoTweak .gitignore so I can shove this somewhere to pull via http
Tomas Doran (t0m) [Fri, 6 Nov 2009 13:34:06 +0000]
Tweak .gitignore so I can shove this somewhere to pull via http

14 years agoFix test fails with new Devel::PartialDump
Tomas Doran (t0m) [Fri, 6 Nov 2009 13:33:03 +0000]
Fix test fails with new Devel::PartialDump

14 years agoPOD fix
arcanez [Thu, 24 Sep 2009 16:52:43 +0000]
POD fix

14 years agochanged makefile and bumped version in prep for release 0.18
john napiorkowski [Mon, 17 Aug 2009 14:22:56 +0000]
changed makefile and bumped version in prep for release

14 years agochanged the way we require some dependencies to lower the dependency chain requiremen...
john napiorkowski [Fri, 14 Aug 2009 13:58:58 +0000]
changed the way we require some dependencies to lower the dependency chain requirements, added some docs

14 years agoVersion 0.16. 0.16 0.17
Florian Ragwitz [Wed, 27 May 2009 23:10:43 +0000]
Version 0.16.

14 years agoFix test warning on latest MooseX::Types.
Florian Ragwitz [Wed, 27 May 2009 23:06:02 +0000]
Fix test warning on latest MooseX::Types.

14 years agoFix tests on latest MooseX::Types.
Florian Ragwitz [Wed, 27 May 2009 23:02:34 +0000]
Fix tests on latest MooseX::Types.

14 years agosilly typo
john napiorkowski [Wed, 27 May 2009 19:03:26 +0000]
silly typo

14 years agoupdated changelog
john napiorkowski [Wed, 27 May 2009 18:36:36 +0000]
updated changelog

14 years agoupdated copyright and contributor list 0.15
john napiorkowski [Wed, 27 May 2009 17:42:40 +0000]
updated copyright and contributor list

14 years agoVersion 0.14. 0.14
Florian Ragwitz [Fri, 1 May 2009 14:19:19 +0000]
Version 0.14.

14 years agoAvoid modification of non-creatable array values.
Florian Ragwitz [Fri, 1 May 2009 07:35:54 +0000]
Avoid modification of non-creatable array values.

14 years agoMake overflow type constraints introspectable and the name of constraints using them...
Florian Ragwitz [Fri, 1 May 2009 07:15:27 +0000]
Make overflow type constraints introspectable and the name of constraints using them reasonable.

14 years agoAdd tests for names of types with overflow handlers.
Florian Ragwitz [Fri, 1 May 2009 07:13:20 +0000]
Add tests for names of types with overflow handlers.

14 years agoUse a builder instead of wrapping new to set the default structured coercion.
Florian Ragwitz [Thu, 30 Apr 2009 17:54:43 +0000]
Use a builder instead of wrapping new to set the default structured coercion.

14 years agoAdd .gitignore. 0.13
Florian Ragwitz [Sat, 25 Apr 2009 22:09:43 +0000]
Add .gitignore.

14 years agoExclude git files from MANIFEST.
Florian Ragwitz [Sat, 25 Apr 2009 22:08:46 +0000]
Exclude git files from MANIFEST.

14 years agoMake the changelog a little easier to read.
Florian Ragwitz [Sat, 25 Apr 2009 22:08:09 +0000]
Make the changelog a little easier to read.

14 years agoadd changes, release date, and bump version
Dave Rolsky [Sat, 25 Apr 2009 22:06:02 +0000]
add changes, release date, and bump version

15 years agofixed type on $VERSION string 0.12
john napiorkowski [Tue, 21 Apr 2009 17:26:21 +0000]
fixed type on $VERSION string

15 years agoupdated changelog and version
john napiorkowski [Tue, 21 Apr 2009 15:33:46 +0000]
updated changelog and version

15 years agoExplicitly don't inline the constructor to avoid warnings.
Florian Ragwitz [Sat, 18 Apr 2009 18:19:16 +0000]
Explicitly don't inline the constructor to avoid warnings.

15 years agorafl's pathological test case
Yuval Kogman [Sat, 18 Apr 2009 17:44:59 +0000]
rafl's pathological test case

15 years agofix is subtype of (sortof)
Yuval Kogman [Sat, 18 Apr 2009 17:23:24 +0000]
fix is subtype of (sortof)

15 years agofixed incorrect alway finding an error with TC->validate
John Napiorkowski [Mon, 6 Apr 2009 18:11:30 +0000]
fixed incorrect alway finding an error with TC->validate

15 years agoadded deeper error messages, minor doc grammar fixes, major doc error corrected,... 0.11
John Napiorkowski [Thu, 2 Apr 2009 15:09:19 +0000]
added deeper error messages, minor doc grammar fixes, major doc error corrected, tests and docs for all the above.  updated changelog to prep for releasing

15 years agochanged the recursion test to reflect subtype syntac clarification 0.09 0.10
John Napiorkowski [Mon, 16 Mar 2009 23:55:36 +0000]
changed the recursion test to reflect subtype syntac clarification

15 years agoupdated changelog and prepped for release
John Napiorkowski [Fri, 6 Mar 2009 20:56:26 +0000]
updated changelog and prepped for release

15 years agoslurpy can only slurp type constraints that match the containing type (too much crazy...
John Napiorkowski [Fri, 6 Mar 2009 20:27:41 +0000]
slurpy can only slurp type constraints that match the containing type (too much crazyness to do otherwise when dealing with hashrefs and unbalanced lengths).  Cleanedup the tests and created documentation for the feature.

15 years agocreated a more introspective slurpy function, moved it to the tc class, and some...
John Napiorkowski [Fri, 6 Mar 2009 19:11:19 +0000]
created a more introspective slurpy function, moved it to the tc class, and some tests

15 years agoadded some code to improve the error message and added test for that
John Napiorkowski [Fri, 6 Mar 2009 17:02:42 +0000]
added some code to improve the error message and added test for that

15 years agocreated sugar method for merging, with examples
John Napiorkowski [Thu, 5 Mar 2009 21:57:28 +0000]
created sugar method for merging, with examples

15 years agofirst go at supporting callbacks in the type parameter list, added test for it
John Napiorkowski [Thu, 5 Mar 2009 16:44:48 +0000]
first go at supporting callbacks in the type parameter list, added test for it

15 years agomore pod updates and clarification
John Napiorkowski [Wed, 4 Mar 2009 22:38:48 +0000]
more pod updates and clarification

15 years agopod changes
John Napiorkowski [Wed, 4 Mar 2009 22:28:32 +0000]
pod changes

15 years agopolishing up the test 0.08
Stevan Little [Sat, 13 Dec 2008 01:53:45 +0000]
polishing up the test

15 years agoupdated changelog for tagging new version and minor other updates
John Napiorkowski [Wed, 10 Dec 2008 00:36:43 +0000]
updated changelog for tagging new version and minor other updates

15 years agoremoved debug stuff from the recursion test
John Napiorkowski [Wed, 10 Dec 2008 00:32:55 +0000]
removed debug stuff from the recursion test

15 years agoI really should spell Stevan's name correctly
John Napiorkowski [Tue, 9 Dec 2008 18:47:18 +0000]
I really should spell Stevan's name correctly

15 years agonew test to outline the recursion support requirement and lots of small documentation...
John Napiorkowski [Tue, 9 Dec 2008 18:42:50 +0000]
new test to outline the recursion support requirement and lots of small documentation improvements

15 years agomore documentation and edits to the changelog in preparation for new release 0.06 0.07
John Napiorkowski [Mon, 8 Dec 2008 18:57:43 +0000]
more documentation and edits to the changelog in preparation for new release

15 years agoupdated changelog in prep for new release
John Napiorkowski [Mon, 8 Dec 2008 17:52:47 +0000]
updated changelog in prep for new release

15 years agoupdated changelog in preparation for release, added immutable to files that needed...
John Napiorkowski [Fri, 5 Dec 2008 23:52:36 +0000]
updated changelog in preparation for release, added immutable to files that needed it, removed some pointless use of use Moose

15 years agochanged makefile in anticipation of new version of Moose we need to made this work
John Napiorkowski [Fri, 5 Dec 2008 21:40:07 +0000]
changed makefile in anticipation of new version of Moose we need to made this work

15 years agofinished Optional, wrote docs and tests for it
John Napiorkowski [Fri, 5 Dec 2008 21:36:17 +0000]
finished Optional, wrote docs and tests for it

15 years agoactually create the optional TC, and a bunch fo changes to make sure the api test...
John Napiorkowski [Fri, 5 Dec 2008 19:01:08 +0000]
actually create the optional TC, and a bunch fo changes to make sure the api test properly supports the parameterize method

15 years agogot working prototype, but relies on uncommited changes to Moose::Meta::TypeConstraint
John Napiorkowski [Fri, 5 Dec 2008 00:37:46 +0000]
got working prototype, but relies on uncommited changes to Moose::Meta::TypeConstraint

15 years agomore debugging, I hope this wont need another moose patch...
John Napiorkowski [Mon, 17 Nov 2008 03:27:51 +0000]
more debugging, I hope this wont need another moose patch...

15 years agocloser to the sketch actually working
John Napiorkowski [Sun, 16 Nov 2008 22:46:18 +0000]
closer to the sketch actually working

15 years agoa start at outlining Optional
John Napiorkowski [Sat, 15 Nov 2008 04:04:36 +0000]
a start at outlining Optional

15 years agochanged documentation errors, added a bit more docs 0.05
John Napiorkowski [Sat, 8 Nov 2008 22:50:25 +0000]
changed documentation errors, added a bit more docs

15 years agochanged version string, updated minimum required Moose and MooseX-Types, prepping... 0.04
John Napiorkowski [Sat, 8 Nov 2008 03:54:12 +0000]
changed version string, updated minimum required Moose and MooseX-Types, prepping for release

15 years agoFix warning on 5.10.0.
Florian Ragwitz [Sat, 8 Nov 2008 01:19:17 +0000]
Fix warning on 5.10.0.

15 years agofixed up some meta stuff
John Napiorkowski [Wed, 29 Oct 2008 19:52:42 +0000]
fixed up some meta stuff

15 years agoadded soe doc fixes and a new examples section, also changed the way pause should...
John Napiorkowski [Wed, 29 Oct 2008 19:45:55 +0000]
added soe doc fixes and a new examples section, also changed the way pause should index these docs so that we do not find stuff that is deep internals.

15 years agoUse a normalized version number for the required perl version.
Florian Ragwitz [Tue, 28 Oct 2008 14:12:09 +0000]
Use a normalized version number for the required perl version.

15 years agoremoved static version string from makefile
John Napiorkowski [Tue, 28 Oct 2008 06:35:42 +0000]
removed static version string from makefile

15 years agodo not know where all these dollar signs came from :)
John Napiorkowski [Tue, 28 Oct 2008 06:28:31 +0000]
do not know where all these dollar signs came from :)

15 years agoadded some docs and fixed minor POD formatting issues
John Napiorkowski [Tue, 28 Oct 2008 06:14:23 +0000]
added some docs and fixed minor POD formatting issues