gitmo/Moose.git
2010-10-31 Dave Rolsky Skip c compilation files 1.18
2010-10-31 Dave Rolsky Update release date
2010-10-31 Dave Rolsky Test that a lazy attr without a default or builder...
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 test description
2010-10-29 Dave Rolsky Fix error when no arguments are passed to Hash's access...
2010-10-29 Dave Rolsky Spelling fix in Changes
2010-10-29 Dave Rolsky Add changes entry for native delegation lazy default...
2010-10-29 Dave Rolsky Add tests for lazy default type checking and coercion
2010-10-29 Dave Rolsky Tidy code
2010-10-29 Dave Rolsky Add whitespace
2010-10-29 Dave Rolsky Test coercion of lazy defaults
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 Test accessor read & write
2010-10-29 Dave Rolsky Add tests for keys & values delegations
2010-10-29 Dave Rolsky Test that accessor works with lazy generation
2010-10-29 Dave Rolsky Bump CMOP dep to get rid of Test::Exception in prereq...
2010-10-29 Dave Rolsky Don't index the native accessor method modules, which...
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-29 Dave Rolsky Add version and release date
2010-10-29 Dave Rolsky Remove a spurious comma
2010-10-29 Dave Rolsky Clarify a change
2010-10-28 Dave Rolsky Changes for accessor overwrite warning
2010-10-28 Dave Rolsky Warn when an accessor for one attr overwrites another...
2010-10-28 Dave Rolsky script to find tests with the same leading number
2010-10-28 Dave Rolsky rename test to avoid dupe number
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Standardize use of Test::Exception before converting...
2010-10-28 Dave Rolsky Load Test::Fatal
2010-10-28 Dave Rolsky Don't use explicit sub token with lives_ok
2010-10-28 Dave Rolsky Don't import Test::Exception into classes we are testing
2010-10-28 Dave Rolsky Remove spurious comma which broke test
2010-10-28 Dave Rolsky Replace comma with semi
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-28 Dave Rolsky Tidy whitespace
2010-10-28 Dave Rolsky Bump Package::DeprecationManager dep to avoid Test...
2010-10-27 Dave Rolsky Remove doubled semi-colon
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 expected error message
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 Make sure attr conflict error includes attr name
2010-10-26 Dave Rolsky Changes for delegation to class/role fixes
2010-10-26 Dave Rolsky When we need a metaclass for delegation, die when the...
2010-10-26 Dave Rolsky Add tests for trying to delegate to a class or role...
2010-10-26 Dave Rolsky Fix sub order so caller comes before callee
2010-10-26 Dave Rolsky Changes for inherited lazy_build fix
2010-10-26 Dave Rolsky move inherited lazy build test to 020_attributes dir
2010-10-26 Dave Rolsky Move lazy_build processing to its own sub and make...
2010-10-26 Dave Rolsky Can't add lazy_build to an attr that has a default...
2010-10-26 Dave Rolsky Tidy code and remove unneeded module loads
2010-10-26 Chris Prather add tests for inheriting an attribute and adding lazy_b...
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
next