Merge branch 'stable'
[gitmo/Class-MOP.git] / t / 014_attribute_introspection.t
2010-11-18 Jesse Luehrs add a hook in here for moose to override
2010-11-18 Jesse Luehrs make inlining a bit more easily extensible
2010-10-28 Dave Rolsky Redo conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert "convert all uses of Test::Exception to Test...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-09-26 Dave Rolsky Implement inlining code in CMOP::Attribute
2010-01-04 Dave Rolsky Merge the topic/mi-methods-attributes branch.
2009-12-10 Florian Ragwitz Convert all tests to done_testing.
2009-09-22 Yuval Kogman Add {get,set}_raw_value methods
2009-05-11 nperez oops. Updated the writer to the accessor to be private...
2009-05-08 nperez Update 014 test to include insertion_order
2009-03-14 Dave Rolsky make process_accessors private
2009-01-12 Yuval Kogman add definition_context
2009-01-07 Florian Ragwitz Remove shebangs from tests.
2008-11-14 Dave Rolsky got rid of all the use_ok junk except for 000_load.t
2008-08-13 Yuval Kogman immutable constructor for Attribute
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-05-16 Shawn M Moore Fix failing test because of the new has_{read,write...
2008-03-11 Stevan Little Class::MOP fixes
2008-02-07 Stevan Little tweaking the attribute initializer stuff a little
2008-02-06 Ricardo SIGNES add public set_initial_value method for Moose to consum...
2008-02-04 Ricardo SIGNES fix testspectations
2008-02-04 Ricardo SIGNES allow an initilizer to be set for attributes
2007-11-23 Stevan Little whoops
2007-10-26 Guillermo Roditi builder changes. sorry about diff noise, my editor...
2007-05-21 Guillermo Roditi get_read_method and get_write_method + tests + POD
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-08 Stevan Little fixed all the attribute name to be more Perl6ish and...
2006-10-16 Stevan Little fixing up the method protocol more, actually this is...
2006-10-15 Stevan Little more-method-refactoring
2006-08-04 Yuval Kogman clear/deinitialize but with tests only for deinitialize
2006-07-13 Yuval Kogman Docs, small fixes, find_method_by_name and the get_valu...
2006-07-05 Stevan Little cleanup
2006-04-28 Stevan Little slotnames
2006-04-28 Stevan Little instance-refactored
2006-04-27 Yuval Kogman The great Class::MOP::Instance refactoring
2006-04-20 Stevan Little more
2006-02-14 Stevan Little moving some tests around, increasing the coverage and...
2006-02-10 Stevan Little getting close to a 0.07 release
2006-02-06 Stevan Little whole bunch of stuff