bump version to 0.66
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
2009-02-03 Dave Rolsky bump version to 0.66 0.66
2009-02-03 Dave Rolsky bump copyright date to 2009
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-29 Dave Rolsky Don't encourage :: as a "namespace" separator for type...
2009-01-28 Dave Rolsky merge from trunk to moose-manual branch
2009-01-28 Dave Rolsky Doh, forgot to actually add the doc change from the...
2009-01-28 Dave Rolsky Add changes for MUC change.
2009-01-26 Dave Rolsky Fix indentation of Role in type hierarchy
2009-01-22 Dave Rolsky bump version to 0.65 0.65
2009-01-21 Dave Rolsky In maybe_type, make a proper maybe type by parameterizi...
2009-01-21 Ricardo SIGNES fix mistaken commit
2009-01-21 Ricardo SIGNES register the type
2009-01-21 Ricardo SIGNES register the type
2009-01-21 Ricardo SIGNES regsiter maybe_type
2009-01-21 Ricardo SIGNES maybe_type
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2008-12-31 Dave Rolsky add release date and bump version
2008-12-08 Dave Rolsky bump version to 0.63 0.63
2008-12-05 Dave Rolsky bump version and update Changes
2008-12-04 Dave Rolsky bump version and update changes. 0.62_01
2008-12-03 Dave Rolsky Make the type constraint classes immutable in
2008-11-26 Dave Rolsky bump version to 0.62
2008-11-16 Tomas Doran Fix 1 char POD bug
2008-11-01 Dave Rolsky used perl-reversion to bump version to 0.61
2008-10-29 John Napiorkowski moved name attribute normalization out of Moose::Util...
2008-10-29 John Napiorkowski make sure a type constrain name makes sense, properly...
2008-10-23 Dave Rolsky bump all versions to 0.60
2008-10-23 Dave Rolsky Remove some redundant comments and tidy the code.
2008-10-23 Dave Rolsky s/childtype/child_type/g - why ignore every naming...
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-14 Dave Rolsky bump version to 0.59 0.59
2008-10-12 Dave Rolsky Reverted the type constraint bits that caused breakage...
2008-10-02 Jay Hannah POD typo corrected.
2008-09-30 Dave Rolsky Make regexes line up nicely
2008-09-26 Dave Rolsky merge trunk to deprototype branch
2008-09-22 Dave Rolsky Fix handling of anon subtype with both constraint ...
2008-09-22 Dave Rolsky First, fix confess() so it actually exists. I don't...
2008-09-20 Matt S Trout remove prototypes from type declaration sugar functions...
2008-09-20 Matt S Trout nuke prototypes on type constraint construction and...
2008-09-14 Dave Rolsky There's no need ot expose Parameterizable's ->parse_typ...
2008-09-14 Dave Rolsky Add a missing space.
2008-09-14 Dave Rolsky Yes, I know it's a string, that's why we're parsing...
2008-09-14 Dave Rolsky I'm going to take away jnapiorkowski's tab key!
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 removed debugging code, all tests are passing, added...
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
2008-09-11 John Napiorkowski finished parameterized method, tests and converted...
2008-09-04 Yuval Kogman Moose::throw_error -> Moose->throw_error
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-03 Dave Rolsky bump version and update changes for release later today...
2008-09-03 Matt S Trout fix types with stringifyable TC objects
2008-09-01 Dave Rolsky bump version to 0.56 and update changes for release 0.56
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-30 Jonathan Rockway use the mathematical definition of "natural number...
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-29 Dave Rolsky a little tweaking of t0m's doc changes
2008-08-26 Tomas Doran Add a load of docs to some of the under documented...
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-08 Dave Rolsky Make Moose::Util::TypeConstraints use Moose::Exporter...
2008-08-04 Shawn M Moore Bump to 0.56
2008-07-30 Matt S Trout fix coerce to accept anon types like subtype can
2008-07-08 Stevan Little some refactoring of handles
2008-07-03 Stevan Little 0.55 setup
2008-07-03 Stevan Little setting up 0.53
2008-06-27 Shawn M Moore Bump to 0.52
2008-06-27 Shawn M Moore Bump us up to 0.51
2008-06-23 Yuval Kogman Moose::Util::TypeConstraints confess
2008-06-21 Yuval Kogman add a comment about a bit of compat code
2008-06-14 Yuval Kogman attempt to work around the ??{ } vs. threads issue
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-06-10 Shawn M Moore Move the ClassName type check code to Class::MOP::is_cl...
2008-06-04 Stevan Little some speed gains and a new test
2008-05-17 Stevan Little adding details ot the changelog
2008-05-17 Yuval Kogman Subtypes of parametrizables are parametrizable themselves
2008-04-17 Stevan Little adding the applied_traits method to attr
2008-04-13 Yuval Kogman remove the name => undef restriction on find_or_create_...
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Yuval Kogman find_type_constraint now DWIms when given an object
2008-03-17 Stevan Little doc updates
2008-03-13 Guillermo Roditi allow class_type to accept a custom message. sorry...
2008-02-26 Stevan Little adding in anon-enums
2008-02-22 Stevan Little sorry konobi, not enough of a perf win, so lets wait...
2008-02-20 Scott McWhirter Tidy up XS Type Constraints
2008-02-14 Stevan Little 0.37
2008-01-21 Yuval Kogman FileHandle also accepts IO::Handle objects
2008-01-17 Stevan Little refactoring the parameterized type constraints
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-13 Yuval Kogman faster type constraints
2008-01-13 Yuval Kogman Moose::Meta::TypeConstraint::Class
2008-01-10 Stevan Little doc fixes, version updates and changelog
2008-01-07 Yuval Kogman blah, broken commit
next