Fix pod spelling.
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
2010-02-04 gregor herrmann Fix pod spelling.
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-01-18 Dave Rolsky set version to 0.94
2010-01-05 Dave Rolsky bump version to 0.93_03 0.93_03
2010-01-05 Dave Rolsky bump version to 0.93_02 0.93_02
2010-01-04 Dave Rolsky bump version to 0.93_01
2010-01-04 Dave Rolsky Change BUGS so it always tells people to look at Moose...
2010-01-04 Dave Rolsky bump copyright year to 2010
2009-12-17 Sam Vilain TypeConstraints: update the type notation parser to...
2009-12-13 Florian Ragwitz Remove leftovers of export_to_main.
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-10-16 chansen Str constraint shouldn't accept GV's
2009-10-12 Jesse Luehrs support arrayrefs as well as lists for enum and duck_type
2009-10-11 Jesse Luehrs Num is a subtype of Str
2009-09-22 Dave Rolsky Doc and formatting tweaks for match_on_type
2009-09-22 Dave Rolsky bump version to 0.92
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-09-17 Dave Rolsky bump version to 0.91 0.91
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-05 Florian Ragwitz Pod formatting fix for Util::TCs.
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-08-13 Dave Rolsky bump version to 0.89
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
next