Require Dist::Zilla 4.200016+
[gitmo/Moose.git] / lib / Moose / Util /
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-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
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-08-07 Dave Rolsky Add applied_attribute as a possible role metarole
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-19 Jesse Luehrs these are unnecessary, since we know the parent is...
2011-06-18 Jesse Luehrs adding quotes around arbitrary stuff isn't safe, just...
2011-06-05 Dave Rolsky Just fetch Value type once rather than each time inlini...
2011-06-05 Karen Etheridge update docs to show how to call into parent checks
2011-06-05 Karen Etheridge in each subtype inline_as, use the check from the paren...
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 Wrap all TC inlining in parens and a do { } block
2011-05-17 Jesse Luehrs one more constrained scope in tc inlining
2011-05-17 Dave Rolsky Make inline constraints safer ...
2011-05-17 Dave Rolsky Docs, Delta, and Changes for inline constraints
2011-05-17 Jesse Luehrs one more fix for unoptimized constraints
2011-05-17 Jesse Luehrs fix a couple of unoptimized constraints
2011-05-17 Jesse Luehrs more readable inlined code
2011-05-17 Dave Rolsky Make sure that Int rejects "1\n" and "\n1" (but Num...
2011-05-17 Dave Rolsky Drop optimized subs for all builtins - instead use...
2011-05-17 Dave Rolsky Export inline_as
2011-05-17 Dave Rolsky We don't want two different inline code chunks to use...
2011-05-17 Dave Rolsky All TC objects (except unions) now have inlining code...
2011-05-17 Dave Rolsky Add tests for un-parameterized Maybe
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-19 Dave Rolsky Croak with useful errors when trying to apply meta...
2011-03-14 Dave Rolsky Prep for removing deprecated features or making them...
2011-03-03 Matthew Horsfall Int type constraint allowed for a newline character...
2011-01-03 Karen Etheridge trivial punctuation improvement
2011-01-01 Jesse Luehrs Merge branch 'topic/cmop-merge'
2010-12-30 Chip avoid unnecessary copies in Str validation
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 copyright year to 2010
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-27 Jesse Luehrs update docs about initialize
2010-09-24 Dave Rolsky Remove some debugging cruft I left in
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-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-24 Dave Rolsky Deprecate the Role type
2010-07-24 Dave Rolsky Add Moose::Deprecated, and clean up use of deprecated...
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-07 Dave Rolsky Document that apply_metaroles returns a metaclass object
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
next