allow inlining if the type has been subsequently defined
[gitmo/MooseX-Types.git] / t /
2011-06-06 Dave Rolsky fix spelling of integer
2010-11-08 Dave Rolsky Use done_testing in all tests and use Test::Requires
2010-11-08 Dave Rolsky Forgot to add Empty.pm, needed for new Combine tests
2010-11-08 Dave Rolsky Some changes to make MX::Types::Combine detect errors...
2010-10-26 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-07-24 Dave Rolsky Change attr names so they don't overwrite the exported...
2010-07-15 Dave Rolsky No need to create a class to test whether a type has...
2010-07-15 Dave Rolsky Shut up deprecation warnings
2010-06-01 Florian Ragwitz Fix a warning
2010-06-01 John Napiorkowski removed debugging code leftovers
2010-05-28 John Napiorkowski added some overloading so that we can properly perform...
2010-05-28 John Napiorkowski test case for Moose 1.05 change to the concept of equality
2009-11-25 Dave Rolsky When a caller tries to import a nonexistent type from...
2009-08-23 Hans Dieter Pearcey revert parameterized type coercion fix
2009-08-22 Rafael Kitover release 0.18
2009-08-22 Rafael Kitover better test for coercing parameterized type, now passes
2009-08-20 Rafael Kitover add failing test for coercing parameterized type
2009-08-18 Florian Ragwitz Add tests for has_available_type_export on something...
2009-06-28 John Napiorkowski more tests for the mixed string and perl type constrain...
2009-06-27 Rafael Kitover fix union with string types 0.14
2009-06-15 Rafael Kitover add test for using a role in a typelib
2009-05-29 Rafael Kitover add missing files 0.11
2009-03-07 John Napiorkowski removed the Data::Dump debugging code
2009-02-22 Florian Ragwitz Fix test fail by adding t/lib to @INC.
2009-02-22 Robert 'phaylon... added has_available_type_export introspection utility...
2008-12-10 John Napiorkowski support for recursive types, documentation and tests...
2008-12-09 John Napiorkowski recursion test
2008-11-11 John Napiorkowski added eval carrols bug with sub exporter 0.08
2008-10-29 John Napiorkowski more tests for union types
2008-10-24 John Napiorkowski restored test for subtyping paramterized types with...
2008-10-24 John Napiorkowski added a tags directory for releases
2008-10-24 John Napiorkowski updated changelog, removed pointly debugging stuff...
2008-09-26 John Napiorkowski added enum test, more docs both internal and external...
2008-09-22 John Napiorkowski removed parenthesis hackage and updated docs
2008-09-15 John Napiorkowski changed required Moose version in anticipation of requi...
2008-09-13 John Napiorkowski changed code in anticipation of the new parameterize...
2008-09-04 John Napiorkowski incremented version and updated changelog, fixed bug...
2008-09-03 John Napiorkowski isa and can, more tests, but not it breaks due to some...
2008-09-03 John Napiorkowski added test for deep constraints (constraints inside...
2008-08-27 John Napiorkowski added pipe overloading test for class using a type...
2008-08-26 John Napiorkowski better handling of method arg validation, more docs...
2008-08-25 John Napiorkowski overloading for union constraints, more tests, some...
2008-08-25 John Napiorkowski hackish impl of parameterized constraints, more example...
2008-08-25 John Napiorkowski ugly proof of concept for parametrized types only
2008-08-24 John Napiorkowski trying to get some tests in place that reflect the...
2008-08-22 John Napiorkowski added some totally broken tests, and basically broke...
2008-02-19 phaylon switched to Sub::Exporter
2007-08-08 phaylon Types with :: in their name now die on declaration
2007-08-03 phaylon Moved to MooseX-Types
2007-04-12 phaylon Fixed some bugs and added tests
2007-04-12 phaylon Moosified
2007-04-12 phaylon Added wrapper functionality
2007-03-17 phaylon MooseX-TypeLibrary with tests and first pod (phaylon)