bump version to 0.88
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
2009-07-24 Dave Rolsky bump version to 0.88 0.88
2009-07-07 Dave Rolsky bump version to 0.87 0.87
2009-07-03 Dave Rolsky bump version to 0.86
2009-06-26 Dave Rolsky bump version to 0.85 0.85
2009-06-26 Dave Rolsky bump version to 0.84 0.84
2009-06-25 Dave Rolsky Deprecated the Role type (use role_type instead).
2009-06-25 Dave Rolsky The Role type simply checks if $object->can('does')
2009-06-25 Dave Rolsky Make indentation in hierarchy consistent
2009-06-25 Shawn M Moore Reify duck type from a regular subtype into an actual...
2009-06-25 Shawn M Moore all does what we want anyway, no need for the weird...
2009-06-25 Shawn M Moore We no longer use $class
2009-06-25 Shawn M Moore The Object type constraint filters out Regexp
2009-06-23 Dave Rolsky bump version to 0.83
2009-06-22 Dave Rolsky bump version to 0.82
2009-06-21 Yuval Kogman Check that the value is an object in duck_type TC
2009-06-07 Dave Rolsky bump version to 0.81 0.81
2009-06-06 Dave Rolsky bump version to 0.80
2009-05-30 Shawn M Moore Remove punctuation from an error message
2009-05-13 Dave Rolsky bump version to 0.79 0.79
2009-05-12 Dave Rolsky bump version to 0.78
2009-05-08 Florian Ragwitz Pod formatting fixes.
2009-05-03 Jesse Luehrs remove strict and warnings from modules that use Moose...
2009-05-02 Dave Rolsky bump version to 0.77 0.77
2009-04-25 Dave Rolsky bump version to 0.76
2009-04-23 Dave Rolsky bump version to 0.75_01 0.75_01
2009-04-20 Dave Rolsky bump version to 0.75 0.75
2009-04-18 Yuval Kogman make Item a subtype of Any for sorting
2009-04-18 Yuval Kogman make Num a subtype of Str
2009-04-07 Dave Rolsky bump version to 0.74
2009-04-06 Dave Rolsky bump version 0.73_02
2009-04-05 Dave Rolsky bump version to 0.73_01 0.73_01
2009-04-02 Dave Rolsky speling fix
2009-03-28 Shawn M Moore unoptimized RoleName class_of
2009-03-28 Shawn M Moore class_of TCs
2009-03-27 Chris Prather forgot we had List::MoreUtils
2009-03-27 Chris Prather optimize the where logic a bit
2009-03-27 Dave Rolsky doc cleanup for duck_type
2009-03-27 Chris Prather now with documentation
2009-03-27 Chris Prather add duck_type to Moose::Util::TypeConstraints
2009-03-27 Dave Rolsky bump version and update Changes 0.73
2009-03-27 Dave Rolsky fix some pod coverage issues
2009-03-26 Dave Rolsky bump version and update Changes
2009-03-26 Dave Rolsky Fix a speling mistake
2009-03-26 Dave Rolsky Revamp docs for M::Util::TC
2009-02-25 Dave Rolsky Catch calls to subtype that just provide a name (and...
2009-02-24 Dave Rolsky bump version and update Changes for release 0.72
2009-02-22 Dave Rolsky make a dev version to go with the CMOP release
2009-02-22 Dave Rolsky bump version
2009-02-22 Dave Rolsky A couple changes to make MX::Types keep working.
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-21 Dave Rolsky Missing a space in the error message here
2009-02-21 Dave Rolsky We were leaving the package name in the arg list
2009-02-19 Dave Rolsky bump version to 0.71 0.71
2009-02-14 Dave Rolsky bump version to 0.70 0.70
2009-02-13 Dave Rolsky Add RoleName to docs and clarify RoleName vs Role....
2009-02-13 Stevan Little adding more tests to the binary tree recipe, and adding...
2009-02-12 Dave Rolsky bump version and update release date 0.69
2009-02-04 Dave Rolsky bump version to 0.68
2009-02-04 Lars Dieckow more typo fixes
2009-02-04 Dave Rolsky bump version and update changes for next release 0.67
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...
next