Skip in BEGIN block to avoid loading modules if we're not going to run the tests
[gitmo/Moose.git] / t /
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
2010-08-27 Dave Rolsky Cannot coerce when the type does not define a coercion
2010-08-27 Dave Rolsky Can't coerce a type that doesn't define a coercion.
2010-08-27 Dave Rolsky Fix two bugs coercions for union types
2010-08-26 Jesse Luehrs actually, there's no reason that overriding 'is' is...
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-08-21 Dave Rolsky Issue a deprecation warning for alias or excludes ...
2010-08-20 Dave Rolsky This test doesn't pass, and uses Test::NoWarnings.
2010-08-20 Dave Rolsky Remove an ancient and not very useful test
2010-08-19 Dave Rolsky test files should not be executable
2010-08-19 Dave Rolsky Use done_testing
2010-08-19 Dave Rolsky Use done_testing
2010-08-19 Dave Rolsky Cleanup syntax and use done_testing
2010-08-11 Karen Etheridge todo test for satisfying a requires() assertion via...
2010-08-11 Karen Etheridge add native hash attribute tests to confirm that set...
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-24 Dave Rolsky Turn off deprecation warnings.
2010-07-24 Dave Rolsky Revert an earlier change (from master) so that we never...
2010-07-24 Dave Rolsky Explicitly ask for api version 0.55 so we can call...
2010-07-24 Dave Rolsky Test that coerce errors come out for each attr, not...
2010-07-24 Dave Rolsky Issue deprecation warning on coerce => 1 without coerci...
2010-07-24 Dave Rolsky Deprecation warning for calling type() or subtype(...
2010-07-24 Dave Rolsky Add Moose::Deprecated, and clean up use of deprecated...
2010-07-24 Jesse Luehrs fix a test and clarify some docs
2010-07-24 Shawn M Moore Merge remote branch 'origin/rfc/illegal_options_for_inh...
2010-07-24 Shawn M Moore Merge remote branch 'origin/rfc/accessor_overwrite_func...
2010-07-24 Jesse Luehrs implement a with_traits helper function
2010-07-24 Jesse Luehrs warn if we try to overwrite a local function with an...
2010-07-24 Jesse Luehrs clean up some things, and allow overriding unspecified...
2010-07-24 Tuomas Jormola Implement inversed logic when defining which attribute...
2010-07-12 Dave Rolsky Include type name in error when coerce => 1 is given...
2010-07-12 Dave Rolsky If you pass coerce => 1 for an attr, its type must...
2010-07-04 Dave Rolsky Revert the change that unimported strict ...
2010-06-30 Jesse Luehrs don't inline accessors unless the instance supports it
2010-06-10 Jesse Luehrs handle fixing when the child class already does all...
2010-06-07 Jesse Luehrs test array delegation edge cases
2010-06-06 Dave Rolsky Shut up ridiculous warnings from Module::Refresh
2010-06-05 Jesse Luehrs need to use real_ref_name in one more place
2010-06-05 Jesse Luehrs add todo test for metaclass compat with immutable class...
2010-06-05 Jesse Luehrs todo test for insertion order from roles
2010-06-01 John Napiorkowski added bool context overload to m:m:tc
2010-05-28 John Napiorkowski fix and test related to breakage in MX:Types and others...
2010-05-20 Jesse Luehrs add some more tests
2010-05-20 Jesse Luehrs complain about unsafe fixing, since cmop doesn't anymore
next