gitmo/Class-MOP.git
2008-11-29 Shawn M Moore Class::MOP::Method->execute
2008-11-26 Dave Rolsky Add release date 0.71
2008-11-26 Dave Rolsky bump _all_ the versions to 0.71
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-25 Shawn M Moore Document the small refactor I did
2008-11-25 Shawn M Moore Typo fix
2008-11-25 Shawn M Moore Move the actual module/package creation from Class...
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-15 Florian Ragwitz Don't declare return values for PPCODE.
2008-11-15 Florian Ragwitz Silence some compiler warnings.
2008-11-15 Florian Ragwitz Don't try to get a CV from globs that are references...
2008-11-14 Dave Rolsky update manifest 0.70
2008-11-14 Dave Rolsky s/bus error/segfault/
2008-11-14 Dave Rolsky bump version # and update changes
2008-11-14 Dave Rolsky got rid of all the use_ok junk except for 000_load.t
2008-11-14 Dave Rolsky none of this use_ok nonsense
2008-11-14 Florian Ragwitz Don't mortalize the CVs behind inlined constants in...
2008-11-14 Florian Ragwitz Add a failing testcase for get_all_package_symbols...
2008-11-14 Dave Rolsky Depend on Task::Weaken so we know we have an XS Scalar...
2008-11-07 Dave Rolsky bump version and update changes for release 0.69
2008-11-07 Dave Rolsky Class::MOP::Class->add_method does not accept any param...
2008-11-07 Dave Rolsky Added introspection methods for method modifiers, along...
2008-11-07 Dave Rolsky Tidy this bizarrely indented code before adding more...
2008-11-07 Dave Rolsky Remove use_ok tests
2008-11-04 Dave Rolsky Fix some bizarro code left behind by a much earlier...
2008-10-24 Dave Rolsky Oops, wrong date
2008-10-24 Dave Rolsky Add release date. 0.68
2008-10-23 Dave Rolsky Bump all versions to 0.68
2008-10-23 Dave Rolsky Oops, accidenttaly bumped version in a change log entry.
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-22 Dave Rolsky Fix test description and some tidying
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 Changelogging.
2008-10-17 Florian Ragwitz Instead of requiring by module name, generate the path...
2008-10-17 Florian Ragwitz Add a failing testcase for a sane Class::MOP::load_clas...
2008-10-14 Dave Rolsky update manifest 0.67
2008-10-14 Dave Rolsky Add a release date
2008-10-06 Dave Rolsky Bump all the modules to 0.67
2008-09-30 Todd Hepler Class::MOP::Class::create()
2008-09-29 Dave Rolsky Fix my grammar (missing "a")
2008-09-29 Shawn M Moore Test that extending oneself actually throws an error
2008-09-29 Shawn M Moore Resolve #39001: Call a method on the class after settin...
2008-09-25 Dave Rolsky Add CheckVersionsMatch step
2008-09-20 Dave Rolsky update manifest 0.66
2008-09-16 Yuval Kogman load metaclasses more liberally
2008-09-15 Dave Rolsky Small wording change in changes
2008-09-15 Dave Rolsky Merged my deprecate-alias_method branch to trunk
2008-09-14 Dave Rolsky Only skip destroying if the cached metaclas object...
2008-09-14 Dave Rolsky Don't destroy a metaclass that has an existing entry...
2008-09-14 Dave Rolsky Fix some wonky indentation in here
2008-09-13 Dave Rolsky update changes and MANIFEST
2008-09-13 Dave Rolsky I kept wondering why I "mistyped" this method name...
2008-09-13 Dave Rolsky Oops, left some junk in here.
2008-09-12 Dave Rolsky Make it clear that this release has a backwards incompa...
2008-09-11 Dave Rolsky Clarify the chain-following properties of the various...
2008-09-11 Dave Rolsky Test cloning a clone, and make sure original_* accessor...
2008-09-11 Dave Rolsky Simplify wrap_method_body now that Method->wrap takes...
2008-09-11 Dave Rolsky Document that passing a method object to add_method...
2008-09-11 Dave Rolsky Actually implement and test having add_method clone...
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 a branch for deprecating alias method and working on...
2008-09-11 Dave Rolsky Revert the last few commits related to deprecating...
2008-09-11 Dave Rolsky a branch for deprecating alias method and working on...
2008-09-11 Dave Rolsky s/$code/$self/g for consistency
2008-09-11 Dave Rolsky Bump the version (so I can install it and start testing...
2008-09-11 Dave Rolsky Make alias_method simply call add_method.
2008-09-03 Dave Rolsky Add changes for test doubling
2008-09-03 Dave Rolsky Run all the tests twice if we have XS, once with XS...
2008-09-03 Dave Rolsky Need parens on this sub now.
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-09-01 Dave Rolsky Explicitly die if get_all_package_symbols is called...
2008-09-01 Dave Rolsky Make sure all the XS methods die when called as a class...
2008-09-01 Dave Rolsky Fix XS so that Class::MOP::Method accessors blow up...
2008-09-01 Dave Rolsky Spell can't correctly
2008-09-01 Dave Rolsky Make test descriptions clearer
2008-08-29 Dave Rolsky Update changes for 0.64_07 0.64_07
2008-08-29 Dave Rolsky bump version to 0.64_07 for another (in an endless...
2008-08-29 Dave Rolsky The package names were wrong for some of the XS subs...
2008-08-29 Dave Rolsky Some small tweak to how we load XS, most notably shutti...
2008-08-29 Dave Rolsky Fix the instance metaclass incompatibility error to...
2008-08-28 Dave Rolsky Fix comment speling
2008-08-28 Dave Rolsky When checking for a valid class name, actually use...
2008-08-28 Dave Rolsky add changes for next release
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
next