fix punctuation
[gitmo/Moose.git] / t / metaclasses /
2012-04-30 Jesse Luehrs fix init_meta order when multiple also package are...
2012-04-25 Jesse Luehrs the quote style in this message changed over the years
2012-03-17 Jesse Luehrs add test for overloading based on method name
2012-03-17 Jesse Luehrs implement remove_overloaded_operator
2012-03-17 Jesse Luehrs rename these for more consistency
2012-03-17 Jesse Luehrs provide an is_overloaded method
2012-03-17 Jesse Luehrs clean some things up, add some more tests
2012-03-17 Jesse Luehrs s/op/operator/g
2012-03-17 Jesse Luehrs start sketching out an overload api for the mop
2012-03-17 Jesse Luehrs move metarole application from init_meta to the end...
2012-03-17 Jesse Luehrs meta_lookup needs to propagate downwards, if unspecified
2012-03-17 Jesse Luehrs fix the order of init_meta calls, when nesting
2012-03-11 Jesse Luehrs no reason for this
2012-02-04 Jesse Luehrs make this test less reliant on exact error message
2011-10-14 Dave Rolsky A mutable class will throw errors from inside CMOP...
2011-10-14 Dave Rolsky Check that stderr is empty string, not undef
2011-10-14 Dave Rolsky Add test - custom error class is causing a warning...
2011-09-17 Dave Rolsky Ignore methods from universal when counting methods
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-08-29 Shawn M Moore Basic test for meta_lookup
2011-06-19 Jesse Luehrs tests and changelog
2011-06-19 Jesse Luehrs fix tests for the deprecation stuff
2011-05-17 Jesse Luehrs stop closing over the method metaobject
2011-03-19 Dave Rolsky Croak with useful errors when trying to apply meta...
2011-03-14 Florian Ragwitz Remove numbers from our tests