Enum needs to check that the value is not a ref
[gitmo/Moose.git] / lib / Moose / Meta /
2011-05-17 Dave Rolsky Enum needs to check that the value is not a ref
2011-05-17 Dave Rolsky Drop optimized subs for all builtins - instead use...
2011-05-17 Dave Rolsky Use Moose->throw_error to throw errors
2011-05-17 Dave Rolsky Use an inlined constraint when checking member values...
2011-05-17 Dave Rolsky Remove extra newline
2011-05-17 Dave Rolsky Add inlining for union types
2011-05-17 Dave Rolsky All TC objects (except unions) now have inlining code...
2011-05-17 Dave Rolsky Inlining parameterized type seems to work, but needs...
2011-05-17 Dave Rolsky Add tests for un-parameterized Maybe
2011-05-17 Dave Rolsky Remove use of confess when we should use Moose->throw_error
2011-05-17 Dave Rolsky All non-parameterized types now have inlining code
2011-05-09 Jesse Luehrs whoops again
2011-05-09 Jesse Luehrs sort some things to allow for some better caching
2011-05-07 Jesse Luehrs fix up some abstracts
2011-05-06 Jesse Luehrs handle caching of anon classes better, when role/class...
2011-05-01 Stevan Little doc tweak from John M. Dlugosz
2011-04-24 Jesse Luehrs require Devel::PartialDump 0.14, to avoid infinite...
2011-04-24 Jesse Luehrs use Devel::PartialDump to dump tc failures, if possible
2011-04-24 Jesse Luehrs make the 'reset' delegation for Counter respect builders
2011-04-24 Jesse Luehrs add definition_context info for inlined constructors...
2011-04-24 Jesse Luehrs but with this, perl won't do anything at all
2011-04-24 Jesse Luehrs these aren't actually part of DEMOLISHALL
2011-04-22 Jesse Luehrs roles don't have throw_error
2011-04-22 Chris Weyl Moose::Meta::Role::create should honor "roles"
2011-04-18 Jesse Luehrs unify the anon package stuff in CMOP::Package
2011-04-17 Shawn M Moore Remove these weird useless comments
2011-04-17 Shawn M Moore Document free_anon_{class, role}
2011-04-17 Shawn M Moore Missing a :: after $first_fragments
2011-04-17 Shawn M Moore Make anon role DESTROY logic match that of anon class
2011-04-09 David Leadbeater Test RegexpRef type using SvRX or checking PERL_magic_qr
2011-03-30 Jesse Luehrs fix up some docs
2011-03-14 Dave Rolsky Prep for removing deprecated features or making them...
2011-03-14 Dave Rolsky Store the role which first defines an attribute, and...
2011-03-04 Jesse Luehrs yes, this is necessary for us
2011-02-14 Dave Rolsky Fix error message (missing "a")
2011-02-13 Dave Rolsky Fixed reinitialization bug that lost all role meta...
2011-01-19 Mateu X Hunter correct wording to use 'hash' instead of 'array'
2011-01-04 Jesse Luehrs don't initialize lazy attrs with defaults in the constr...
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-26 Dave Rolsky Beginning of dzilization
2010-12-04 Ricardo Signes correct method call in Hash trait documentation
2010-11-25 Karen Etheridge Revert "clarification re the limitations of the "map...
2010-11-25 Karen Etheridge clarification re the limitations of the "map" array...
2010-11-24 Jesse Luehrs MMR::Attribute is a metaclass, it needs to inherit...
2010-11-24 Karen Etheridge Doc note about explicit omission of each() in the nativ...
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-19 Dave Rolsky Merge branch 'topic/native-trait-bugfix'
2010-11-19 Dave Rolsky Fix error message generation when array or hash ref...
2010-11-18 Jesse Luehrs comment
2010-11-18 Jesse Luehrs refactor constructor inlining to reuse attribute code
2010-11-18 Jesse Luehrs push constructor generation back into Moose::Meta:...
2010-11-18 Jesse Luehrs shift a few more things around
2010-11-18 Jesse Luehrs use _eval_environment here
2010-11-18 Jesse Luehrs push the accessor inlining code back into the attribute
2010-11-18 Jesse Luehrs stop duplicating code here
2010-11-18 Jesse Luehrs use new method names from cmop
2010-11-18 Jesse Luehrs error if we have a lazy attr with no default or builder
2010-11-18 Jesse Luehrs more cleanups
2010-11-18 Jesse Luehrs make native trait inlining work
2010-11-18 Jesse Luehrs clean up ::Destructor
2010-11-18 Jesse Luehrs make ::Constructor readable
2010-11-18 Jesse Luehrs serious cleanup of ::Accessor (native traits are broken...
2010-11-18 Jesse Luehrs use type_constraint_obj here
2010-11-18 Jesse Luehrs use the new _compile_code interface in cmop
2010-11-18 Jesse Luehrs this was pushed back to ::HasMethods
2010-11-18 Chris Prather restore documentation for lazy_build and underscore...
2010-11-16 Jesse Luehrs add a applied_attribute_metaclass to roles
2010-11-15 Jesse Luehrs lazily load the native trait accessor roles
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-11-01 Karen Etheridge pod typo fix
2010-10-30 Dave Rolsky Revert "Hash accessor should accept more than 2 arguments"
2010-10-30 Dave Rolsky Hash accessor should accept more than 2 arguments
2010-10-29 Dave Rolsky Fix error when array accessor delegation method is...
2010-10-29 Dave Rolsky Fix error when no arguments are passed to Hash's access...
2010-10-29 Dave Rolsky Make sure that lazy defaults are coerced and type checked
2010-10-29 Dave Rolsky Remove unneeded around modifier - we're already overrid...
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-28 Dave Rolsky Warn when an accessor for one attr overwrites another...
2010-10-27 Dave Rolsky Refactor _process_options into a set of much smaller...
2010-10-27 Dave Rolsky Make sure to handle the case where a CMOP::Attribute...
2010-10-27 Dave Rolsky Fix grammar in warning
2010-10-26 Dave Rolsky Tidy code and add whitespace in _process_accessors
2010-10-26 Dave Rolsky When we need a metaclass for delegation, die when the...
2010-10-26 Dave Rolsky Fix sub order so caller comes before callee
2010-10-26 Dave Rolsky Move lazy_build processing to its own sub and make...
2010-10-26 Dave Rolsky Make the Hash->set delegation coerce new member values
2010-10-26 Dave Rolsky Make coercion on member types DWIMmy with native delega...
2010-10-24 Dave Rolsky Use q{} instead of ''
2010-10-23 Karen Etheridge pod typo
2010-10-22 Ricardo Signes docs for assert_coerce
2010-10-22 Ricardo Signes provide an assert_coerce to "coerce or throw"
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-19 Jesse Luehrs complicated expressions can't be dereferenced directly
2010-10-18 Dave Rolsky Remove some whitespace
2010-10-18 nperez Move logic into Moose::Meta::Role for deprecation check...
2010-10-18 Matt S Trout improve alias/excludes warning
2010-10-18 Dave Rolsky Bump version to 1.16
2010-10-17 Dave Rolsky Merge branch 'rfc/new-warns-on-odd'
2010-10-17 Dave Rolsky Fix comment to match code
next