bump version to 0.75
[gitmo/Class-MOP.git] / lib / Class / MOP.pm
2008-12-31 Dave Rolsky bump version to 0.75
2008-12-25 Dave Rolsky bump version and update changes 0.74
2008-12-16 Dave Rolsky bump version 0.73
2008-12-08 Dave Rolsky bump version to 0.72 0.72
2008-12-05 Dave Rolsky bump version to 0.71_02 and update Changes
2008-12-04 Dave Rolsky Fix comment which totally disagreed with code it commen...
2008-12-04 Dave Rolsky update version for release and update changes
2008-11-26 Tomas Doran Bump version number as Moose needs trunk MOP (r6678)
2008-11-25 Shawn M Moore Use the same _is_valid_class_name check in is_class_loaded
2008-11-19 Dave Rolsky Doh, I'm retarded. 0.70_01
2008-11-18 Dave Rolsky update Changes and make version 0.69_01 0.69_01
2008-11-14 Dave Rolsky bump version # and update changes
2008-11-07 Dave Rolsky bump version and update changes for release 0.69
2008-10-22 Tomas Doran I'm about to do a Moose change which requires trunk...
2008-10-22 Tomas Doran Change load_first_existing_class to return the name...
2008-10-21 Tomas Doran Fix error message. Loads of tests in the Moose test...
2008-10-21 Dave Rolsky More code cleanup for load_first_existing_class()
2008-10-21 Dave Rolsky Small formatting tweak for load class error messages
2008-10-21 Dave Rolsky Rename load_first_class_of to load_first_existing_class...
2008-10-21 Tomas Doran Addition of load_one_class_of, to allow does method...
2008-10-17 Florian Ragwitz Add myself to the list of contributors.
2008-10-17 Florian Ragwitz Instead of requiring by module name, generate the path...
2008-10-06 Dave Rolsky Bump all the modules to 0.67
2008-09-11 Dave Rolsky Part 1 of the great clone plan.
2008-09-11 Dave Rolsky Apply changes to deprecate alias_method previously...
2008-09-11 Dave Rolsky Revert the last few commits related to deprecating...
2008-09-11 Dave Rolsky Bump the version (so I can install it and start testing...
2008-09-03 Dave Rolsky Tie together loading our XS plus our XS deps, so we...
2008-09-03 Dave Rolsky Change the docs so that _most_ functions are marked...
2008-09-02 Dave Rolsky Clarify public-ness of Class::MOP functions
2008-09-02 Dave Rolsky Clarify that utility functions are really functions
2008-09-02 Yuval Kogman Class::MOP::load_class no longer creates a metaclass...
2008-09-01 Dave Rolsky bump version to 0.65 and update changes for stable... 0.65
2008-08-29 Dave Rolsky bump version to 0.64_07 for another (in an endless...
2008-08-29 Dave Rolsky Some small tweak to how we load XS, most notably shutti...
2008-08-28 Dave Rolsky When checking for a valid class name, actually use...
2008-08-28 Dave Rolsky Check that class name is actually a valid class name...
2008-08-28 Dave Rolsky Instead of loading by path, we let Perl do its thing...
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
next