allow GET with body test to fail on lighttpd
[catagits/Catalyst-Runtime.git] / t / arg_constraints.t
2018-10-21 Graham Knop silence warnings in tests
2018-04-13 Graham Knop whitespace cleanup
2018-04-13 Graham Knop drop namespace::autoclean
2015-08-24 John Napiorkowski test cases for type constraints in roles and superclasses
2015-08-21 Kaare Rasmussen Forgot the type module
2015-08-21 Kaare Rasmussen Added tests for (currently failing) type constraint...
2015-08-11 John Napiorkowski role test case
2015-04-10 John Napiorkowski tweaked how constraints work to narrow and tighten...
2015-04-03 John Napiorkowski make it less easy to want moose stringy types
2015-03-30 John Napiorkowski specificy minimum typetiny version (might solve issue...
2015-03-26 John Napiorkowski make sure we can properly do utf8 constraints
2015-03-26 John Napiorkowski first pass at constraints on uri_for
2015-03-26 John Napiorkowski fixed POD error
2015-03-26 John Napiorkowski skip test if no Type::Tiny
2015-03-26 John Napiorkowski more work on docs
2015-03-24 John Napiorkowski failing test cases
2015-03-24 John Napiorkowski fail test case for args0 issue
2015-03-23 John Napiorkowski more testing
2015-03-23 John Napiorkowski arg0 tests
2015-03-23 John Napiorkowski handle infinite args
2015-03-22 John Napiorkowski show constraint name if available, and fix bug where...
2015-03-21 John Napiorkowski fix ->uri_for*
2015-03-20 John Napiorkowski check both Ref and nonRef types for captures
2015-03-20 John Napiorkowski fixes for when there are more than one constraint in...
2015-03-19 John Napiorkowski docs
2015-03-19 John Napiorkowski basic chaining in place
2015-03-17 John Napiorkowski comment out coerce stuff for now
2015-03-17 John Napiorkowski are coercions feasable at all?
2015-03-17 John Napiorkowski basic coerces
2015-03-17 John Napiorkowski support imported types (types-tiny, MXT)
2015-03-12 John Napiorkowski check test order
2015-03-12 John Napiorkowski fix typo and update test
2015-03-12 John Napiorkowski remove some potentially confusing syntax
2015-03-12 John Napiorkowski allow refs
2015-03-12 John Napiorkowski passing tests again
2015-03-10 John Napiorkowski draft / proof of concept
2015-01-10 John Napiorkowski first post on australorp