changelog
[gitmo/Moose.git] / t /
2011-02-15 Chris Prather Reverse the output from _follow_also
2011-02-13 Dave Rolsky My previous role preservation fix made a todo test...
2011-02-13 Dave Rolsky Fixed reinitialization bug that lost all role meta...
2011-01-27 Jesse Luehrs need to delete from the method map, not just set to...
2011-01-08 Chip add test of cross-object augmentation
2011-01-04 Jesse Luehrs don't initialize lazy attrs with defaults in the constr...
2010-12-29 Dave Rolsky Add $VERSION back to test classes (accidentally removed...
2010-12-27 Dave Rolsky Merged CMOP into Moose
2010-12-26 Dave Rolsky Beginning of dzilization
2010-11-25 Karen Etheridge explicitly test that shift returns undef and does not...
2010-11-24 Jesse Luehrs test for the metaroles of metaroles thing (ruoso)
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 push constructor generation back into Moose::Meta:...
2010-11-18 Jesse Luehrs make ::Constructor readable
2010-11-18 Karen Etheridge grammar correction in test descriptions
2010-11-16 Jesse Luehrs tests and changelogging
2010-11-12 Ricardo Signes revert permissions changes from previous commit
2010-11-12 Ricardo Signes fix typo in docs: . instead of ;
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 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 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-28 Dave Rolsky Warn when an accessor for one attr overwrites another...
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-27 Dave Rolsky Remove doubled semi-colon
2010-10-27 Dave Rolsky Fix expected error message
2010-10-26 Dave Rolsky Make sure attr conflict error includes attr name
2010-10-26 Dave Rolsky Add tests for trying to delegate to a class or role...
2010-10-26 Dave Rolsky move inherited lazy build test to 020_attributes dir
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 Ricardo Signes fix typo: assignment was written as fat comma
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 Ricardo Signes avoid warning in TC-with-dash test
2010-10-25 Ricardo Signes remove unneeded use of Test::Fatal
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
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 Jesse Luehrs expand this test a bit
2010-10-18 Dave Rolsky Fix syntax error
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 Jesse Luehrs tests for the MOOSE_ERROR_STYLE behavior
2010-10-17 Dave Rolsky Merge branch 'rfc/new-warns-on-odd'
2010-10-17 Dave Rolsky Make sure all tests lives, and test that we can pass...
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 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 Fix deprecation so we ignore all CMOP ...
2010-10-17 Dave Rolsky Add explicit check for odd number of args to new and...
2010-10-16 Dave Rolsky No need to load MetaRole here
2010-10-16 Dave Rolsky Add explicit return values for (almost) all native...
2010-10-15 Jesse Luehrs test for non-lvalue instances
2010-10-14 Dave Rolsky standard on underscore in test names (bleah)
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 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
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-09-28 Dave Rolsky Fix test to work with 5.13.5
2010-09-27 Dave Rolsky Deprecate _default_is and _default_default for native...
2010-09-27 Dave Rolsky Renamed file so we don't have two files with the same...
2010-09-27 Jesse Luehrs add some more tests (including some TODOs)
2010-09-27 Jesse Luehrs tests for meta_name
2010-09-27 Jesse Luehrs make Moose and Moose::Role install proper meta methods
2010-09-27 Jesse Luehrs no, actually, we do require this to work/:
2010-09-27 Jesse Luehrs fix this broken test (oops again)
2010-09-27 Jesse Luehrs oops, need to handle the "can't reinitialize" case...
next