And the same fix for role_type
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
2012-02-19 Tomas Doran And the same fix for role_type
2012-02-19 Tomas Doran Fix bug with multiple class_type statements.
2011-11-04 Jesse Luehrs spelling fix
2011-11-02 Dave Rolsky Fix docs on inlining to reflect reality
2011-09-17 Jesse Luehrs track implicitly created types as being created in...
2011-09-17 Jesse Luehrs allow overriding class and role types with equivalent...
2011-09-17 Jesse Luehrs record the definition location for class and role types
2011-09-17 Jesse Luehrs overriding types with class_type or role_type should...
2011-09-17 Jesse Luehrs first stab (this really needs some work)
2011-08-29 Dave Rolsky Tweak doc changes for role_type & class_type
2011-08-29 Kent Fredric Improve documentation on Moose::Util::TypConstraints...
2011-06-20 Jesse Luehrs pod coverage 2.0103
2011-06-19 Jesse Luehrs remove some code duplication
2011-06-19 Kent Fredric Improve the docs for this feature, extend the tests
2011-06-19 Kent Fredric Hack it this way in order to permit us to set the name...
2011-06-19 Kent Fredric Add a union type constraint constructor sugar to
2011-06-19 Jesse Luehrs remove old deprecated code
2011-06-05 Karen Etheridge update docs to show how to call into parent checks
2011-05-30 Karen Etheridge punctuation fix
2011-05-17 Jesse Luehrs fix up a few spelling and pod issues
2011-05-17 Dave Rolsky Docs, Delta, and Changes for inline constraints
2011-05-17 Dave Rolsky Export inline_as
2011-05-17 Dave Rolsky Rewrite builtin type tests to test optimized, unoptimiz...
2011-05-17 Dave Rolsky All non-parameterized types now have inlining code
2011-05-17 Dave Rolsky Move optimized constraint subs to new Builtins package
2011-05-17 Dave Rolsky Move definition of built in types to a separate package...
2011-05-06 Karen Etheridge fix all misuse of "it's"
2011-05-05 Jesse Luehrs fix references to test files
2011-05-05 Jesse Luehrs clean up type constraint declaration syntax in the...
2011-05-05 Jesse Luehrs docs about type constraint error messages
2011-04-09 David Leadbeater Test RegexpRef type using SvRX or checking PERL_magic_qr
2011-04-03 Jesse Luehrs the created type here isn't anonymous
2011-03-14 Dave Rolsky Prep for removing deprecated features or making them...
2011-01-03 Karen Etheridge trivial punctuation improvement
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-26 Dave Rolsky Beginning of dzilization
2010-11-19 Dave Rolsky Bump version to 1.9900 for new version numbering scheme
2010-11-02 Ricardo Signes clarify how to define multiple coercions
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-18 Dave Rolsky Bump version to 1.16
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-21 Dave Rolsky bump version to 1.14 1.14
2010-09-13 Dave Rolsky bump version to 1.13 1.13
2010-08-28 Dave Rolsky bump version to 1.12 1.12
2010-08-28 Dave Rolsky bump version to 1.11
2010-08-20 Dave Rolsky Bump version to 1.10
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-25 Dave Rolsky bump version to 1.09 1.09
2010-07-24 Dave Rolsky Explicitly use Moose::Deprecated in all modules that...
2010-07-24 Dave Rolsky Deprecation warning for calling type() or subtype(...
2010-07-06 Jesse Luehrs use 5.10's new recursive regex features for the tc...
2010-06-15 Jesse Luehrs version bump 1.08
2010-06-05 Florian Ragwitz Version 1.07 1.07
2010-06-01 Florian Ragwitz Version 1.06 1.06
2010-05-20 Florian Ragwitz Version 1.05 1.05
2010-05-20 Florian Ragwitz Version 1.04 1.04
2010-05-06 Florian Ragwitz Version 1.03. 1.03
2010-05-01 Florian Ragwitz Version 1.02. 1.02
2010-03-26 Florian Ragwitz Version 1.01. 1.01
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-16 Graham Knop Fix various broken links in POD
2010-03-08 Florian Ragwitz Version 0.99. 0.99
2010-02-10 Dave Rolsky bump version to 0.98
2010-02-10 Dave Rolsky bump version to 0.97 0.97
2010-02-06 Florian Ragwitz Version 0.96. 0.96
2010-02-05 Florian Ragwitz Make ScalarRef accept references to references.
2010-02-05 Florian Ragwitz Make ScalarRef parameterized.
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).
next