Use $0 instead of hardcoding filename in regex
[gitmo/Moose.git] / t / 040_type_constraints /
2011-03-03 Matthew Horsfall Int type constraint allowed for a newline character...
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Standardize use of Test::Exception before converting...
2010-10-28 Dave Rolsky Load Test::Fatal
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-25 Ricardo Signes avoid warning in TC-with-dash test
2010-10-25 Ricardo Signes remove unneeded use of Test::Fatal
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-22 Ricardo Signes provide an assert_coerce to "coerce or throw"
2010-09-28 Dave Rolsky Fix test to work with 5.13.5
2010-08-27 Dave Rolsky Can't coerce a type that doesn't define a coercion.
2010-08-27 Dave Rolsky Fix two bugs coercions for union types
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-24 Dave Rolsky Deprecation warning for calling type() or subtype(...
2010-06-01 John Napiorkowski added bool context overload to m:m:tc
2010-05-28 John Napiorkowski fix and test related to breakage in MX:Types and others...
2010-05-16 Ricardo Signes distinct custom types should not be equal
2010-05-12 Jesse Luehrs fix failing tests
2010-04-30 Florian Ragwitz Stop making $class_tc->is_subtype_of behave like -...
2010-04-04 Dave Rolsky Spelling fix in test description
2010-03-31 Florian Ragwitz Make Moose::Meta::TypeConstraint::Class correctly rejec...
2010-02-27 Cory Watson Add find_type_for method to Union.
2010-02-23 Chris Prather kill tabs in some tests
2010-02-05 Florian Ragwitz Make ScalarRef accept references to references.
2010-02-05 Florian Ragwitz Make ScalarRef parameterized.
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-12-09 Shlomi Fish Fix more "a Int" -> "an Int".
2009-11-22 Stefan O'Rear Collapse magic lvalues in Str
2009-10-16 chansen Added type constraint tests for GV
2009-10-12 Jesse Luehrs support arrayrefs as well as lists for enum and duck_type
2009-09-22 Stevan Little adding another example and some docs
2009-09-22 Stevan Little adding an error case for no matching (and tests)
2009-09-22 Stevan Little adding the match_on_type function to Moose::Util::TypeC...
2009-08-07 Ricardo SIGNES assert_valid to use constraints for assertion
2009-07-21 Jesse Luehrs tabs -> spaces
2009-06-26 Dave Rolsky Make the MM::TC::Role type object's parent Object rathe...
2009-06-25 Dave Rolsky Deprecated the Role type (use role_type instead).
2009-06-25 Shawn M Moore Allow Moose::Meta::TypeConstraint::DuckType in handles...
2009-06-24 Hans Dieter Pearcey finish the bare_attribute merge that I somehow screwed up
2009-06-24 Hans Dieter Pearcey back out 'bare' attribute changes (moving to a branch)
2009-06-24 Hans Dieter Pearcey die on attributes with no methods and no is => 'bare'
2009-06-13 Moritz Onken test removed
2009-06-13 Moritz Onken failing test class_type meta class
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-24 Shawn M Moore For class_types, explicitly state that the value is...
2009-04-24 Hans Dieter Pearcey simpler test case
2009-04-24 Hans Dieter Pearcey tests for selective coercion
2009-04-21 Shawn M Moore Do not use no_plan!
2009-03-27 Chris Prather Merge branch 'ducktype'
2009-03-27 Dave Rolsky No point in running this twice since accessors are...
2009-03-27 Chris Prather 21:09 < Sartak> no_plan is the worst
2009-03-27 Chris Prather add duck_type to Moose::Util::TypeConstraints
2009-03-27 Dave Rolsky Make the tests run once mutable, and once immutable
2009-03-27 Dave Rolsky Comments are quite but completely useless
2009-03-27 Dave Rolsky and a little more
2009-03-27 Dave Rolsky Tidied the code
2009-03-27 Chris Prather add tests for when we lazy load a value and the type...
2009-02-26 Dave Rolsky Remove some extra code that made the test not test...
2009-02-25 Dave Rolsky Catch calls to subtype that just provide a name (and...
2009-02-21 Dave Rolsky Officially document sugar-free form for type and subtyp...
2009-02-21 Dave Rolsky Change how the TC sugar bits work so that the arguments are
2009-02-14 Dave Rolsky Fix some test descriptions I just broke by trying to fix
2009-02-14 Dave Rolsky Fix some mixed up test descriptions
2009-02-14 Dave Rolsky Remove useless use of use_ok #15125124359
2009-02-14 Dave Rolsky Fix some bizarro code formatting
2009-02-13 Stevan Little adding more tests to the binary tree recipe, and adding...
2009-02-04 Lars Dieckow more typo fixes
2009-02-02 Dave Rolsky Do some hackish validation of type names in MUTC, thoug...
2009-01-31 Dave Rolsky Make MUTC load Moose before trying to use it to throw...
2009-01-28 Dave Rolsky Add some tests to ensure that MUC auto-vivifies an...
2009-01-28 Dave Rolsky A subtype should not ignore the parent type name. It...
2009-01-28 Dave Rolsky every other file uses underscores
2009-01-21 Ricardo SIGNES maybe_type
2008-10-24 John Napiorkowski added tests for the subtyping parameterized constraints...
2008-10-24 Dave Rolsky Add tests for creating subtype of a Class type constraint.
2008-10-23 John Napiorkowski changed the way subtypes are made so that we delegate...
2008-10-22 John Napiorkowski first pass at restoring parametrization changes and...
2008-10-12 Dave Rolsky Reverted the type constraint bits that caused breakage...
2008-10-12 Dave Rolsky Fix typo in test
2008-10-07 Tomas Doran More type constraint fixes for edge cases in is_a_type_...
2008-10-02 Shawn M Moore Remove the barrage for now, because we are getting...
2008-09-30 John Napiorkowski a bunch more tests for the Maybe constraint that I...
2008-09-30 Dave Rolsky this tests defining the same type twice
2008-09-30 Tomas Doran Add a test case for the bug which autarch fixed in...
2008-09-28 Shawn M Moore Barrage of tests for primitive type constraints
2008-09-22 Dave Rolsky Fix handling of anon subtype with both constraint ...
2008-09-22 Dave Rolsky Remove a bunch of hard tabs
2008-09-14 Dave Rolsky Even more code tidying
2008-09-14 Dave Rolsky More code tidying
2008-09-14 John Napiorkowski changed made sure I properly delegate parsing the type...
2008-09-12 John Napiorkowski added a method to normalize incoming type constraint...
2008-09-12 John Napiorkowski more tests to flex type constraint name normalization
2008-09-12 John Napiorkowski - moved the ->parameterize tests to own test suite
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
2008-09-11 John Napiorkowski first go at some test cases and basic implementation
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-03 Dave Rolsky Cosmetic changes (mostly from perltidy).
2008-09-03 Matt S Trout fix types with stringifyable TC objects
2008-08-26 Tomas Doran Add a load of docs to some of the under documented...
next