Remove p6 style attribute naming
[gitmo/Class-MOP.git] / lib / Class / MOP.pm
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-04 Shawn M Moore Bump version to 0.65
2008-07-07 Shawn M Moore Bump us up to 0.64
2008-07-01 Shawn M Moore Have load_class return the metaclass, initializing...
2008-06-18 Shawn M Moore Bump to 0.63
2008-06-18 Shawn M Moore Begin updating to 0.62
2008-06-18 Yuval Kogman test for 5.10 case of borked constanting
2008-06-18 Yuval Kogman 5.10 produces scalar refs, not globs, for constant...
2008-06-14 Stevan Little some little things and stuff
2008-06-13 Shawn M Moore Bump everything to 0.61
2008-06-13 Shawn M Moore Bump to 0.60
2008-06-10 Shawn M Moore Nonsensical (undef, empty, reference) class names now...
2008-06-10 Shawn M Moore Have is_class_loaded use the old code from Moose's...
2008-06-04 Stevan Little some speed gains
2008-05-29 Stevan Little 0.58
2008-05-27 Stevan Little Some package speedups
2008-05-19 Stevan Little adding Sub::Identify 0.03 stuff
2008-05-19 Yuval Kogman avoid uninitialized warning for CLASS_MOP_NO_XS
2008-05-18 Stevan Little just adjusting versions and writing changes
2008-05-18 Stevan Little Class::MOP::Method and co. are now stricter and require...
2008-05-18 Stevan Little okay, this is not meant to be used, but since i am...
2008-05-18 Shawn M Moore Improve the error message of having a plain reference...
2008-05-18 Stevan Little fixing the get_method_map stuff
2008-05-18 Stevan Little removing ->blessed, blessed is not a method *cough...
2008-05-17 Shawn M Moore Bump the version on Class::MOP so I can run Moose's...
2008-04-15 Yuval Kogman Use MRO::Compat in Class::MOP. The C3 test already...
2008-03-19 Stevan Little rebless instance now returns the instance too
2008-02-26 Stevan Little ovids bug
2008-02-17 Stevan Little test tweaks
2008-02-08 Stevan Little bunch of doc fixes
2008-02-07 Stevan Little tweaking the attribute initializer stuff a little
2008-02-04 Ricardo SIGNES allow an initilizer to be set for attributes
2008-01-28 Stevan Little adding to changelog and changing versions
2008-01-27 Yuval Kogman init_arg can be undef
2008-01-23 Stevan Little 0.52 stuff
2008-01-09 Stevan Little adding the 5.10 constant to allow us to use those features
2007-12-31 Stevan Little copyright date changes on Class::MOP
2007-12-21 Stevan Little some tweaks for release
2007-12-13 Stevan Little foo
2007-12-13 Stevan Little fucking-bleadperl 0_49
2007-12-13 Stevan Little possible bleadperl fix
2007-12-12 Stevan Little Class::MOP with XS
2007-11-30 Stevan Little docfix
2007-11-26 Stevan Little making get_read_method, etc act more sanely
2007-11-24 Stevan Little fixed
2007-11-23 Stevan Little adding in the linearized_isa method
2007-11-13 Guillermo Roditi error message fixes.
2007-11-13 Guillermo Roditi changes for 0_44
2007-10-29 Guillermo Roditi just some little optimizations to builder stuff
2007-10-26 Guillermo Roditi builder changes. sorry about diff noise, my editor...
2007-09-21 Stevan Little refactored the Constructor to support inlining better...
2007-07-17 Stevan Little 0.42
2007-07-15 Stevan Little 0.41
2007-07-03 Stevan Little 0.40
2007-06-08 Stevan Little upping verison numbers and reviewing the immutable...
2007-05-27 Stevan Little fixing the authors lists and adding the ClassName type...
2007-04-08 Stevan Little I think this fixed the bleadperl issue
2007-02-24 Stevan Little added some functions to check if class is loaded and... 0_37
2007-02-21 Stevan Little More docs
2007-02-21 Stevan Little Lots of doc updates
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-23 Stevan Little foo
2006-11-02 Stevan Little 0.36
2006-11-27 Stevan Little bar
2006-11-27 Stevan Little fixes
2006-11-27 Stevan Little tweaking a little here and there
2006-11-12 Stevan Little whoops 0_37_002
2006-11-08 Stevan Little fixed all the attribute name to be more Perl6ish and...
2006-11-02 Stevan Little immutable refacotring
2006-11-02 Stevan Little testing 0_36
2006-10-26 Stevan Little added new constructor method metaclass
2006-10-16 Stevan Little fixing up the method protocol more, actually this is...
2006-10-15 Stevan Little more-method-refactoring
2006-09-25 Stevan Little forgot test coverage stats
2006-09-24 Stevan Little foo
2006-09-24 Stevan Little foo
2006-09-15 Stevan Little cleaning up Changes and docs
2006-09-05 Stevan Little better MOP stuff
2006-08-30 Stevan Little add_attribute fix, and version fixes, changes, etc
2006-08-29 Stevan Little adding in the additional metaclasses
2006-08-29 Stevan Little immutability is good
2006-08-28 Stevan Little slight speed improvements
2006-08-28 Stevan Little slight speed improvements
2006-08-28 Stevan Little no-more-blessed-subs
2006-08-20 Stevan Little adding the methods attribute
2006-08-18 Stevan Little cleaned up the package problem
2006-08-17 Stevan Little lots of documentation changes, some refactoring too
2006-08-17 Stevan Little moved all the metaclass cache stuff to Class::MOP so...
2006-08-16 Stevan Little no ref in the defaults
2006-08-12 Stevan Little adding Class::MOP::Object
2006-08-11 Stevan Little added the AUTHORITY into all classes, and support for...
2006-08-10 Stevan Little fixing version numbers and writing the changelog
2006-08-10 Stevan Little merging package encapsulation back into trunk
2006-08-10 Stevan Little making the init_arg even more silly
2006-08-04 Yuval Kogman clear/deinitialize but with tests only for deinitialize
2006-08-04 Stevan Little more-package-refactoring
2006-08-03 Stevan Little encapsulated-package-features
2006-07-15 Stevan Little ChangeLog and adding yuval to authors everywhere
2006-07-06 Stevan Little foo
2006-07-05 Stevan Little closed
next