Bump the version and update changes for 0.64_06
[gitmo/Class-MOP.git] / lib / Class / MOP.pm
2008-08-25 Dave Rolsky Bump the version and update changes for 0.64_06 0.64_06
2008-08-25 Dave Rolsky bump version and update changes for 0.65_05 0.64_05
2008-08-25 Dave Rolsky We need to take a copy of the version as a string in...
2008-08-23 Dave Rolsky bump version and update Changes for 0.64_04 release 0.64_04
2008-08-22 Dave Rolsky Bump the version # and updates Changes for 0.64_03 0.64_03
2008-08-22 Yuval Kogman avoid useless constant in void context by using !1...
2008-08-21 Dave Rolsky bump version # for next release
2008-08-21 Yuval Kogman get_all_attributes for MI
2008-08-21 Dave Rolsky Be even more explicit about requiring Perl 5.8 +
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-13 Yuval Kogman remove redundant constructors from MOP.pm
2008-08-13 Yuval Kogman use _new everywhere
2008-08-13 Yuval Kogman immutable constructor for package
2008-08-13 Yuval Kogman immutable constructor for Attribute
2008-08-13 Yuval Kogman allow forcing of constructor inlining
2008-08-13 Yuval Kogman immutable constructor for method
2008-08-13 Yuval Kogman use _new for inline constructors of meta objects
2008-08-13 Yuval Kogman pod coverage for in_global_destruction
2008-08-12 Yuval Kogman move Devel::GlobalDestruction usage to MOP.pm so that...
2008-08-11 Yuval Kogman more simplification of the MOP.pm boilerplate
2008-08-11 Yuval Kogman simplify loading of XS code so that it's not as nitrusi...
2008-08-11 Yuval Kogman XS version of get_all_package_symbols
2008-08-10 Yuval Kogman small fixes & optimizations in Meta::Instance
2008-08-10 Yuval Kogman remove now redundant init args
2008-08-10 Yuval Kogman FIXME comment for obra optzns
2008-08-10 Yuval Kogman localize $@ more
2008-08-10 Yuval Kogman add associated_metaclass to Method
2008-08-09 Yuval Kogman use mro::get_isarev if available
2008-08-09 Yuval Kogman MRO::Compat already does various version fiddling,...
2008-08-08 Yuval Kogman attributes attribute for Class::MOP::Instance
2008-08-08 Yuval Kogman Bootstrap Instance to have a proper constructor
2008-08-08 Yuval Kogman more fixes for Instance's constructor
2008-08-08 Yuval Kogman accept fully named args to Class::MOP::Method::wrap
2008-08-08 Yuval Kogman accept fully named args in Class::MOP::Attribute::new
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
next