gitmo/Moose.git
2010-10-26 Dave Rolsky Mention refs/abandoned in contributing
2010-10-26 Ricardo Signes fix typo: assignment was written as fat comma
2010-10-26 Dave Rolsky Changes for member coercion fixes
2010-10-26 Dave Rolsky Make the Hash->set delegation coerce new member values
2010-10-26 Dave Rolsky Test member coercion for all array delegations that...
2010-10-26 Dave Rolsky Test coercion on new hash members
2010-10-26 Dave Rolsky Make coercion on member types DWIMmy with native delega...
2010-10-25 Dave Rolsky give credit in Changes
2010-10-25 Ricardo Signes avoid warning in TC-with-dash test
2010-10-25 Ricardo Signes remove unneeded use of Test::Fatal
2010-10-25 Ricardo Signes document the changes in Changes
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 Ricardo Signes changelog for assert_coerce
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-21 Karen Etheridge add another test to confirm that the coercion is run...
2010-10-21 Dave Rolsky Small formatting tweaks and remove unused code
2010-10-21 Dave Rolsky Add some whitespace
2010-10-21 Dave Rolsky Tidy code a bit
2010-10-21 Dave Rolsky Remove cruft
2010-10-21 Karen Etheridge fix test so it will actually pass, when the coercion...
2010-10-21 Karen Etheridge TODO test for RT#62351: native attribute coercion issues
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-19 Dave Rolsky Changes for 1.17
2010-10-19 Jesse Luehrs changelog
2010-10-19 Jesse Luehrs expand this test a bit
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 Remove MooseX::App::Cmd::Command::BashComplete - it... 1.16
2010-10-18 Dave Rolsky Add more words to the whitelist
2010-10-18 Dave Rolsky Skip Moose::Error::Confess->new
2010-10-18 Dave Rolsky Make API docs look like other modules
2010-10-18 Dave Rolsky Changes for alias/excludes warning
2010-10-18 Dave Rolsky Fix syntax error
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 Add version and release date to Changes
2010-10-18 Dave Rolsky Bump version to 1.16
2010-10-18 Dave Rolsky Remove debugging cruft
2010-10-18 Dave Rolsky Use diag() for all test output
2010-10-18 Dave Rolsky Clarify stack trace env var change
2010-10-18 Dave Rolsky Remove extra newline
2010-10-18 Jesse Luehrs ::Delta
2010-10-18 Jesse Luehrs tests for the MOOSE_ERROR_STYLE behavior
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 Dave Rolsky Make sure all tests lives, and test that we can pass...
2010-10-17 Jesse Luehrs return returns from functions, not do blocks
2010-10-17 Dave Rolsky Clarify a change
2010-10-17 Dave Rolsky Make warning for default_default include info on how...
2010-10-17 Karen Etheridge typo fixes
2010-10-17 Dave Rolsky Add my name to my changes
2010-10-17 Dave Rolsky Update Changes for default is warning
2010-10-17 Dave Rolsky Make default is deprecation warning happen at run time
2010-10-17 Dave Rolsky Update changes for default default fixes
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 More Changes
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 Dave Rolsky Changes for native delegation branch
2010-10-16 Dave Rolsky Small wording tweak
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 No need to load MetaRole here
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 changelog and conflict
2010-10-15 Jesse Luehrs test for non-lvalue instances
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 standard on underscore in test names (bleah)
2010-10-14 Dave Rolsky Add version to Delta for 1.15, and s/native traits...
2010-10-13 Dave Rolsky Fix release date for 0.65
2010-10-13 Hans Dieter... typo fix
2010-10-12 Dave Rolsky Require a recent version of Params::Util
2010-10-11 Jesse Luehrs changelog
2010-10-11 Jesse Luehrs support array references in role method modifiers
2010-10-10 Florian Ragwitz Changelog RT#60013 fix
2010-10-10 Florian Ragwitz Avoid removing previously imported symbols
2010-10-08 Jesse Luehrs todo test for metarole compat when metaroles have appli...
2010-10-08 Jesse Luehrs also handle weakening in anon roles
2010-10-08 Jesse Luehrs fix test warning
2010-10-08 Jesse Luehrs handle weakening of anon classes here too
next