Clarify a change
[gitmo/Moose.git] / lib /
2010-10-28 Dave Rolsky Warn when an accessor for one attr overwrites another...
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
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 Mention refs/abandoned in contributing
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 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
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 s/simply/simple/
2010-10-18 Dave Rolsky Make API docs look like other modules
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 Note that MOOSE_ERROR_STYLE is experimental
2010-10-18 Dave Rolsky Bump version to 1.16
2010-10-18 Dave Rolsky Remove extra newline
2010-10-18 Jesse Luehrs ::Delta
2010-10-18 Jesse Luehrs this test should be for definedness
2010-10-18 Jesse Luehrs use MOOSE_ERROR_STYLE rather than MOOSE_ERROR_TERSE
2010-10-18 Jesse Luehrs make sure ::Confess always confesses
2010-10-18 Jesse Luehrs fix some doc errors
2010-10-18 Marcus Ramberg Add env variable for terse errors
2010-10-17 Dave Rolsky Merge branch 'rfc/new-warns-on-odd'
2010-10-17 Dave Rolsky Fix comment to match code
2010-10-17 Jesse Luehrs return returns from functions, not do blocks
2010-10-17 Dave Rolsky Make warning for default_default include info on how...
2010-10-17 Dave Rolsky Make default is deprecation warning happen at run time
2010-10-17 Dave Rolsky Check for lazy_build when assign default default for...
2010-10-17 Dave Rolsky Require Package::DeprecationManager 0.07
2010-10-17 Dave Rolsky Fix deprecation so we ignore all CMOP ...
2010-10-17 Dave Rolsky This module doesn't need Moose::Deprecated
2010-10-17 Dave Rolsky Add explicit check for odd number of args to new and...
2010-10-17 Dave Rolsky Small typo fix
2010-10-16 Jesse Luehrs this is just what the default implementation does
2010-10-16 Karen Etheridge more typos
2010-10-16 Karen Etheridge fix typo
2010-10-16 Dave Rolsky Mention default is as well
2010-10-16 Dave Rolsky Mention default default in docs
2010-10-16 Dave Rolsky some more small doc improvements for native traits
2010-10-16 Dave Rolsky Lots of doc improvements for native delegations.
2010-10-16 Dave Rolsky Add explicit return values for (almost) all native...
2010-10-16 Dave Rolsky require CMOP 1.10
2010-10-15 Jesse Luehrs don't use optimized path for non-lvalues
2010-10-15 Jesse Luehrs remove some unused variables
2010-10-14 Dave Rolsky Add version to Delta for 1.15, and s/native traits...
2010-10-13 Hans Dieter Pearcey typo fix
2010-10-11 Jesse Luehrs support array references in role method modifiers
2010-10-10 Florian Ragwitz Avoid removing previously imported symbols
2010-10-08 Jesse Luehrs also handle weakening in anon roles
2010-10-08 Jesse Luehrs handle weakening of anon classes here too
2010-10-07 Jesse Luehrs ignore composite roles during role reconciliation
2010-10-07 Dave Rolsky Fix native methods which accept string to accept the...
2010-10-06 Florian Ragwitz Make the spelling tests pass again
2010-10-06 Florian Ragwitz Fix Pod error
2010-10-04 Karen Etheridge fix small typos in changelogs.
2010-09-30 Dave Rolsky Small tweaks to Contributing
2010-09-30 Dave Rolsky Revised BestPractices
2010-09-30 Dave Rolsky Revise Unsweetened
2010-09-30 Dave Rolsky More manual revisions
2010-09-30 Dave Rolsky More manual revision
2010-09-30 Dave Rolsky Some tweaks to documentation for Native.pm
2010-09-30 Dave Rolsky Starting work on revising the manual
2010-09-30 Dave Rolsky Add =pod at top of .pod file
2010-09-27 Jesse Luehrs hacks for ::Role::Method too
2010-09-27 Dave Rolsky Add default is ...
2010-09-27 Dave Rolsky Deprecate _default_is and _default_default for native...
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-27 Jesse Luehrs more multiple inheritance fiddling
2010-09-27 Dave Rolsky Apply the Moose::Meta::Object::Trait to Moose::Error...
2010-09-27 Jesse Luehrs typo fixes
2010-09-27 Jesse Luehrs changes and delta
2010-09-27 Jesse Luehrs tests for meta_name
2010-09-27 Jesse Luehrs actually, why not make the meta method renameable
2010-09-27 Jesse Luehrs use cluck for this warning
2010-09-27 Jesse Luehrs first pass at allowing Moose and Moose::Role to omit...
2010-09-27 Jesse Luehrs stop testing for methods named 'meta'
2010-09-27 Jesse Luehrs make Moose and Moose::Role install proper meta methods
2010-09-27 Jesse Luehrs make MMC->create and MMR->create install meta methods...
2010-09-27 Jesse Luehrs adding a meta method here is unnecessary
2010-09-27 Jesse Luehrs stop using ->meta in a last couple places, to allow...
2010-09-27 Jesse Luehrs use _real_ref_name
2010-09-27 Jesse Luehrs handle role reinitialization too
2010-09-27 Jesse Luehrs this stuff is now all unnecessary
2010-09-27 Jesse Luehrs override metaclass compat stuff in a trait for CMOP...
2010-09-27 Jesse Luehrs be a bit more accurate in determining role-only subclasses
2010-09-27 Jesse Luehrs oops, need to handle the "can't reinitialize" case...
2010-09-27 Jesse Luehrs fall back to calculate_all_roles here so role metas...
2010-09-27 Jesse Luehrs move role reconciliation calculation to Moose::Util
next