gitmo/Class-MOP.git
2008-01-27 Yuval Kogman finish get_attribute_values etc
2008-01-27 Yuval Kogman get_{init_args,attribute_values}
2008-01-27 Yuval Kogman more correct
2008-01-27 Yuval Kogman correct abuse of meta_instance and slots
2008-01-27 Shawn M Moore Some simplifications and corrections suggested by nothi...
2008-01-27 Shawn M Moore Add Instance->get_all_slot_values and tests
2008-01-27 Yuval Kogman init_arg can be undef
2008-01-27 Yuval Kogman init_arg can be undef
2008-01-23 Stevan Little 0.52
2008-01-23 Stevan Little 0.52 stuff
2008-01-14 Stevan Little 0.51 0_52
2008-01-14 Shawn M Moore Some test/doc issues ferreted out by fixing my Class... 0_51
2008-01-13 Shawn M Moore Change the error message for when you rebless into...
2008-01-13 Shawn M Moore A bit of doc for rebless_instance
2008-01-13 Shawn M Moore Some simplifications to rebless given by stevan++
2008-01-13 Shawn M Moore Need to use a lower level method in getting attribute...
2008-01-13 Shawn M Moore Check and upgrade attributes on rebless
2008-01-13 Shawn M Moore On the advice of autarch, force reblessing to target...
2008-01-12 Shawn M Moore Add Class::MOP::Class->rebless_instance, Class::MOP...
2008-01-09 Stevan Little adding the 5.10 constant to allow us to use those features
2008-01-08 Yuval Kogman Merge 'Class-MOP-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman keep track of the transformer in the immutable class
2008-01-08 Yuval Kogman branch Class::MOP for mx::compile
2007-12-31 Stevan Little copyright date changes on Class::MOP
2007-12-29 Flavio Poletti fixed documentation for predicate to match behaviour...
2007-12-23 Scott McWhirter Add prototype behaviour to MOP.xs to silence warnings...
2007-12-21 Stevan Little changes-changes
2007-12-21 Stevan Little some tweaks for release
2007-12-21 Stevan Little some tweaks for release
2007-12-18 Dave Rolsky Clarify that the accessor for default returns whatever...
2007-12-16 Matt S Trout fix make_mutable when option values defaulted
2007-12-14 Stevan Little 0.49
2007-12-14 Stevan Little 0.49
2007-12-13 Stevan Little foo
2007-12-13 Stevan Little slighttweak
2007-12-13 Stevan Little fucking-bleadperl 0_49
2007-12-13 Stevan Little possible bleadperl fix
2007-12-12 Chris Prather add in the cross version XS headers so we can build...
2007-12-12 Stevan Little some tweaks
2007-12-12 Stevan Little Class::MOP with XS
2007-12-11 Stevan Little foo-bar
2007-11-30 Stevan Little docfix
2007-11-28 Stevan Little damn I shouldnt write change files while drunk anymore
2007-11-28 Robert Boone Add ability for a base class to find its subclasses
2007-11-26 Stevan Little 0.48
2007-11-26 Stevan Little making get_read_method, etc act more sanely
2007-11-24 Stevan Little more tests
2007-11-24 Stevan Little fixed
2007-11-23 Stevan Little 0.46 0_47 0_48
2007-11-23 Stevan Little whoops
2007-11-23 Stevan Little adding in the last few bits
2007-11-23 Stevan Little adding in the linearized_isa method
2007-11-18 Dave Rolsky Fix a spelling mistake in a comment. 0_46
2007-11-18 Dave Rolsky Fix a couple spelling errors in the comments.
2007-11-17 Dave Rolsky Replaced a regex with a string comparison, since the...
2007-11-13 Guillermo Roditi tagging 045
2007-11-13 Guillermo Roditi one more thing, missing POD for builder predicate. UGH
2007-11-13 Guillermo Roditi error message fixes.
2007-11-13 Guillermo Roditi changes for 0_44
2007-11-13 Guillermo Roditi forgot date line
2007-11-12 Guillermo Roditi change t/060 to not test for the old-style slot initial... 0_44 0_45
2007-11-07 Stevan Little some changelog tweaks and shit
2007-11-07 Matt S Trout Merge 'predicate_fix' into 'trunk'
2007-11-07 Matt S Trout Merge 'predicate_fix' into 'trunk'
2007-11-07 Guillermo Roditi tests and changelog
2007-11-06 Guillermo Roditi predicate fixes
2007-11-06 Guillermo Roditi branching for predicate stuff
2007-10-29 Guillermo Roditi just some little optimizations to builder stuff
2007-10-26 Guillermo Roditi if to elsif
2007-10-26 Guillermo Roditi builder changes. sorry about diff noise, my editor...
2007-10-07 Jonathan Rockway add Build.PL; update MANIFEST
2007-10-07 Jonathan Rockway set svn:ignore
2007-10-07 Jonathan Rockway replace M::Build with M::Install
2007-10-05 Matt S Trout minor optimisations to metaclass retrieval
2007-09-21 Stevan Little you can never have enough tests :)
2007-09-21 Stevan Little missed one bit
2007-09-21 Stevan Little refactored the Constructor to support inlining better...
2007-07-17 Stevan Little 0.42
2007-07-17 Stevan Little 0.42
2007-07-16 Matt S Trout undo stevan's broken workarounds, actually fix for...
2007-07-15 Stevan Little 0.41
2007-07-15 Stevan Little 0.41
2007-07-03 Stevan Little 0.40
2007-06-21 Stevan Little geting rid of that pesky test failure in 5.9.5, horray... 0_40
2007-06-18 Guillermo Roditi 0.39 0_39
2007-06-08 Stevan Little upping verison numbers and reviewing the immutable...
2007-06-03 Guillermo Roditi oops POD
2007-06-03 Guillermo Roditi use $self->name instead of refaddr. It would be totally...
2007-06-02 Guillermo Roditi more immutable fixes
2007-06-02 Guillermo Roditi massive updates to the way immutable works to fix a...
2007-06-01 Guillermo Roditi added ability to reverse immutability, sorry about...
2007-05-31 Stevan Little 0.38
2007-05-29 Guillermo Roditi load all custom metaclasses automatically + tests 0_38
2007-05-29 Guillermo Roditi tiny change in metaclass.pm to automatically load custo...
2007-05-29 Stevan Little groditis anon class fixup
2007-05-29 Guillermo Roditi adding test for keep-alive metaclasses which have live...
2007-05-29 Stevan Little fixed RT 27329
2007-05-27 Stevan Little fixing the authors lists and adding the ClassName type...
2007-05-22 Stevan Little putting a shout out in dah Changelog yah-all
2007-05-21 Guillermo Roditi get_read_method and get_write_method + tests + POD
next