fix a couple of unoptimized constraints
[gitmo/Moose.git] / lib / Moose / Util /
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
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 add BUGS section to docs without one
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
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
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-22 Stefan O'Rear Collapse magic lvalues in Str
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-12 Florian Ragwitz Allow applying application_role_summation_class_roles...
2009-09-12 Florian Ragwitz Allow MetaRole to operate on metaclass instances, inste...
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-06 Jesse Luehrs allow init_meta generation with Moose::Exporter
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-08-12 Jesse Luehrs allow role options in the -traits parameter to use...
2009-07-24 Dave Rolsky bump version to 0.88 0.88
2009-07-13 Florian Ragwitz Allow MetaRole to apply roles to a meta role's role...
next