Fix some broken tests (testing the wrong class)
[gitmo/Moose.git] / t /
2008-08-29 Dave Rolsky Fix some broken tests (testing the wrong class)
2008-08-29 Dave Rolsky Merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky Update comment for this test, so it is more accurate.
2008-08-29 Dave Rolsky This test had a bug, and what it's testing is already...
2008-08-29 Tokuhiro Matsuno oops. i forgot to commit this method
2008-08-29 Dave Rolsky redo these tests using is_deeply
2008-08-29 Tokuhiro Matsuno added new test: t/030_roles/032_roles_alias_methods.t
2008-08-28 Dave Rolsky Expand the comment for this test
2008-08-28 Dave Rolsky Clean the test up a little to use Test::Exception
2008-08-28 Tokuhiro Matsuno added new test case: t/030_roles/031_roles_applied_in_c...
2008-08-27 Dave Rolsky More tests that won't pass until _fix_metaclass_incompa...
2008-08-27 Dave Rolsky Add more tests, including some that won't pass until...
2008-08-26 Tomas Doran Add a load of docs to some of the under documented...
2008-08-26 Dave Rolsky Add a test count.
2008-08-26 Dave Rolsky Add tests for applying several roles in succession...
2008-08-25 Dave Rolsky Implemented Moose::Util::MetaRole, which lets you apply...
2008-08-20 Dave Rolsky Various style changes and de-messification
2008-08-20 Tomas Doran Fix type coersion of lazy values accessed using the...
2008-08-15 Yuval Kogman metaclass compatibility checking/fixing corrections
2008-08-15 Yuval Kogman improve error message for existing &meta
2008-08-14 Dave Rolsky More tests & fixes for the goto &Moose::import case.
2008-08-14 Dave Rolsky Add some tests for goto &Moose::import
2008-08-13 Yuval Kogman also accept hash refs to new_object and friends
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-12 Dave Rolsky If traits are provided but the exporting class does...
2008-08-12 Dave Rolsky Reimplemented metaclass traits with Moose::Exporter...
2008-08-11 Dave Rolsky Merge from trunk to moose-exporter branch
2008-08-10 Yuval Kogman don't use compute_all_applicable_methods anymore
2008-08-07 Dave Rolsky Updated the extending recipes to use Moose::Exporter.
2008-08-07 Dave Rolsky More tests for unimport to make sure it _really_ acts...
2008-08-07 Dave Rolsky It turns out namespace::clean's different semantics...
2008-08-07 Dave Rolsky Add test count
2008-08-07 Dave Rolsky Moose::Exporter now ensures that _every_ init_meta...
2008-08-07 Dave Rolsky Made init_meta a public API again and got rid of init_m...
2008-08-07 Dave Rolsky Added the "also" param to Moose::Exporter, which allows...
2008-08-07 Dave Rolsky Merged tests for export currying from trunk.
2008-08-06 Matt S Trout test calling has() from outside of package
2008-08-06 Dave Rolsky Redo this so we can have a per-module list of methods...
2008-08-06 Dave Rolsky Missed a few use_ok calls that started warning now...
2008-08-06 Dave Rolsky Add a test for loading Moose::Role into main (which...
2008-08-05 Dave Rolsky Revised Basics Recipe 1 a fair bit ...
2008-08-05 Tomas Doran Fix the inlined code generated for immutable constructo...
2008-08-05 Dave Rolsky Some of the test code was formatted very weirdly (tabs...
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-07-30 Matt S Trout fix coerce to accept anon types like subtype can
2008-07-29 Dave Rolsky Reorganized all the recipes so they're broken into...
2008-07-28 Aran Clary Deltac Remove dependency on List::MoreUtils from recipe 12 .t.
2008-07-28 Aran Clary Deltac New cookbook recipe # 12.
2008-07-28 Dave Rolsky There was a passing TODO test in here.
2008-07-28 Dave Rolsky Actually make the todo tests TODO
2008-07-28 Dave Rolsky Fixed the test count, and made the failing tests TODO...
2008-07-28 Dave Rolsky Add some tests to ensure that the ->foo() method is...
2008-07-28 Dave Rolsky Fix test description so it matches code.
2008-07-22 Stevan Little fixing theplers tests
2008-07-22 Stevan Little rolling back
2008-07-22 Todd Hepler bug for immutable class that does a role
2008-07-19 Shawn M Moore Add a test script to make sure my idiom of "sub BUILD...
2008-07-18 Paul Driver Sartak's fancy triggers
2008-07-18 Guillermo Roditi stevan says "wont fix"
2008-07-18 Paul Driver Added support for fancy triggers, and a test.
2008-07-18 Guillermo Roditi new fialing test. yayy
2008-07-09 Stevan Little fixing bug
2008-07-03 Stevan Little 0.52
2008-07-02 Wallace Reis added legal_options_for_inheritance
2008-07-02 Stevan Little some changes, seee changes for details
2008-07-02 Dave Rolsky Remove nothingmuch's nasty tabs ;)
2008-07-02 Yuval Kogman check that attr and method conflict in two different...
2008-07-02 Yuval Kogman add TODO tests for various role/attr related features
2008-06-30 Adam J. Foxson In the case where a child type constraint's parent...
2008-06-28 Yuval Kogman add UNIVERSAL::DOES support to Moose::Object
2008-06-27 Yuval Kogman renumber test from branch
2008-06-27 Yuval Kogman Merge 'inline_wrapped_constructor' into 'trunk'
2008-06-27 Yuval Kogman Merge 'inline_wrapped_constructor' into 'trunk'
2008-06-27 Yuval Kogman do while sucks
2008-06-27 Yuval Kogman test under various mutablation scenarios
2008-06-27 Yuval Kogman comment for new test
2008-06-27 Yuval Kogman t0m's around vs. immutable bug
2008-06-26 Yuval Kogman test for BUILDARGS
2008-06-24 Shawn M Moore Test that the sugar from Moose::Role is unimported...
2008-06-24 Shawn M Moore Test that "no Moose::Role" doesn't explode, qualify...
2008-06-24 Shawn M Moore Add support for meta_attr->does("ShortAlias")
2008-06-23 Dave Rolsky Make the immutable constructor provide the same nice...
2008-06-19 Dave Rolsky This change gets Recipe 11 working. Here are the detail...
2008-06-13 Shawn M Moore Skip the recipe 11 tests, they don't work yet :(
2008-06-11 Shawn M Moore Improve the DEMOLISHALL tests to check ordering, in...
2008-06-11 Tokuhiro Matsuno added test for Moose::Cookbook::Recipe11.
2008-06-10 Stevan Little fixing bug, thanks to Sartak
2008-06-04 Stevan Little some speed gains and a new test
2008-06-03 Yuval Kogman Fix Evan's required/writer/accessor bug
2008-06-03 Evan Carroll added a test for required=>1,undef with type that permi...
2008-05-28 Stevan Little fixing the destructor, so it doesnt need to be created
2008-05-28 Guillermo Roditi add test for modifier order to prevent regressions
2008-05-24 Dave Rolsky add a trustme for intialize_body, rather than actually...
2008-05-24 Shawn M Moore Describe how easy to is to create a (or reproduce an...
2008-05-24 Dave Rolsky Sartak already renamed this more sensibly
2008-05-24 Dave Rolsky What was recipe 11 is now recipe 21
2008-05-24 Shawn M Moore Rename the recipe tests to match the current layout...
2008-05-24 Shawn M Moore Basic test for recipe 22
2008-05-23 Shawn M Moore Allow trigger on ro (or no-accessor) attributes
2008-05-21 Todd Hepler make has [...] => (...); work on a role
next