Skip Alien-Ditaa
[gitmo/Moose.git] / t /
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...
2010-09-27 Jesse Luehrs add trait_aliases option to Moose::Exporter
2010-09-27 Jesse Luehrs let reinitialization fix metaobjs via role reconciliation
2010-09-27 Dave Rolsky Allow overloading on arguments to native trait methods
2010-09-27 Dave Rolsky Refactored native trait accessors so they are done...
2010-09-27 Dave Rolsky Add tests for coercing native Hash trait
2010-09-27 Dave Rolsky Add tests for triggers on a native Hash trait attr
2010-09-27 Dave Rolsky Tests that various subtypes are enforced for hash types
2010-09-27 Dave Rolsky Even more code path testing (add an empty trigger for...
2010-09-27 Dave Rolsky More tests for native traits to exercise all code paths
2010-09-27 Dave Rolsky More tests for Hash trait to ensure we test all code...
2010-09-27 Dave Rolsky More tests for array refs to make sure we test all...
2010-09-27 Dave Rolsky Rename so each trait is in alpha order and we have...
2010-09-27 Dave Rolsky Improve tests for Code trait
2010-09-27 Dave Rolsky Add tests for argument checking with Number trait
2010-09-27 Dave Rolsky Improve Bool trait tests
2010-09-27 Dave Rolsky Test lazy default for String trait
2010-09-27 Dave Rolsky Improve Number trait tests
2010-09-27 Dave Rolsky More tests for Hash trait
2010-09-27 Dave Rolsky Some tidying
2010-09-27 Dave Rolsky More tests for Counter trait
2010-09-27 Dave Rolsky s/page/foo/g
2010-09-27 Dave Rolsky Improve tests for Counter trait
2010-09-27 Dave Rolsky Add more test for Counter type
2010-09-27 Dave Rolsky Got inlining for hashes working.
2010-09-27 Dave Rolsky Refactored native trait inlining some more - added...
2010-09-27 Dave Rolsky Add tests for coercion with native traits
2010-09-27 Dave Rolsky pushing onto undef should (and does) work
2010-09-27 Dave Rolsky Implemented inlning for all string methods.
2010-09-27 Dave Rolsky Just use Test::Moose
2010-09-27 Dave Rolsky Add some tests for trigger on array changes
2010-09-27 Dave Rolsky Remove useless load test and renumber other tests so...
2010-09-27 Dave Rolsky Fix undef warning
2010-09-27 Dave Rolsky Get these tests all passing (no more TODO)
2010-09-27 Dave Rolsky Never use die in generate code when throwing an error.
2010-09-27 Dave Rolsky Fix warnings
2010-09-27 Dave Rolsky Add tests for natatime_curried
2010-09-27 Dave Rolsky All native array methods are being inlined.
2010-09-27 Dave Rolsky All of the non-mutating array helpers are now inlined.
2010-09-27 Dave Rolsky Move all array helper tests into one .t file
2010-09-27 Dave Rolsky Work in progress on inlining native traits methods.
2010-09-19 Florian Ragwitz Don't rely on qw() providing PAREN tokens
2010-09-10 Dave Rolsky Actually test immutable child classes
2010-09-10 Dave Rolsky Fix name of thing in test descriptions
2010-09-10 Dave Rolsky More subclass tests
2010-09-10 Dave Rolsky Test that ->does works properly in subclasses of classe...
2010-09-10 Dave Rolsky Inline the does method.
2010-09-10 Dave Rolsky Fix some test descriptions
2010-09-08 Dave Rolsky Add a test for attribute conflict when composing one...
2010-09-08 Dave Rolsky Tests should "use warnings"
2010-09-08 Dave Rolsky Renamed so we don't have two 044_* tests
next