gitmo/Class-MOP.git
2009-04-07 Florian Ragwitz Include stack traces in the deprecation warnings.
2009-04-06 Dave Rolsky Make _initialize_body private to match other classes
2009-04-05 Dave Rolsky Add date for release 0.80_01
2009-04-05 Dave Rolsky bump version to 0.80_01
2009-04-05 Dave Rolsky Handle undef without warnings in class_of
2009-04-05 Dave Rolsky Make the deprecation warning for attributes match all...
2009-04-05 Dave Rolsky Tweak changes to be a bit more useful
2009-04-05 Dave Rolsky Document all the renames and deprecations in changes
2009-04-05 Dave Rolsky Make attributes private. Even though it can be inlined...
2009-04-05 Dave Rolsky one more spot still referring to compute_all_applicable...
2009-04-05 Dave Rolsky Remove mention of compute_all_applicable_attributes
2009-04-05 Dave Rolsky Doh, had the wrong method name in the deprecation warning
2009-04-05 Dave Rolsky Fix some comments referencing renamed methods
2009-04-05 Dave Rolsky memoize get_all_attributes, not compute_all_applicable_...
2009-04-05 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-04-05 Dave Rolsky deprecate compute_all_applicable_attributes
2009-04-05 Dave Rolsky make CMOP::Class->construct_instance private
2009-04-05 Dave Rolsky preserve compiler flags from Config.pm
2009-04-01 Dave Rolsky Add release date 0.80
2009-04-01 Dave Rolsky bump version
2009-04-01 Dave Rolsky Add "reblessing" to dictionary
2009-04-01 Dave Rolsky rebless_instance_away is documented
2009-04-01 Dave Rolsky remove docs for HAVE_ISAREV
2009-04-01 Dave Rolsky Give everything the same line length
2009-03-31 Shawn M Moore Make HAVE_ISAREV warn
2009-03-31 Shawn M Moore Remove the pure-perl fallback of CMOP::Class->subclasses
2009-03-31 Shawn M Moore Deprecate HAS_ISAREV, it was always just returning 1!
2009-03-29 Hans Dieter... clean up trailing whitespace
2009-03-29 Hans Dieter... fix load_first_existing_class to die on an existing...
2009-03-28 Shawn M Moore Mention that we switched to class_of in the Changes...
2009-03-28 Shawn M Moore Changes from no-meta
2009-03-28 Shawn M Moore Move class_of into the scope of %METAS to save a method...
2009-03-28 Shawn M Moore Don't protect against undef both because this is a...
2009-03-28 Shawn M Moore Document that load_class returns the metaclass
2009-03-28 Shawn M Moore Use class_of in CMOP::Object::_new
2009-03-28 Shawn M Moore Use class_of in Immutable
2009-03-28 Shawn M Moore rebless_instance fixes and no-metaing
2009-03-28 Shawn M Moore Make class_of actually work, since it's not a method! :x
2009-03-28 Shawn M Moore Another error change
2009-03-28 Shawn M Moore Better error message given that we're trying to ignore...
2009-03-28 Shawn M Moore Tweaks to class_of
2009-03-28 Shawn M Moore Doc for class_of
2009-03-28 Shawn M Moore Class::MOP::class_of($instance_or_class)
2009-03-27 Dave Rolsky bump version and update Changes 0.79
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-26 Dave Rolsky Add new method
2009-03-26 Dave Rolsky Add release date 0.78_02
2009-03-24 Shawn M Moore Document rebless_instance_away as part of rebless_instance
2009-03-24 Shawn M Moore Document changes
2009-03-24 Shawn M Moore Add a rebless_instance_away hook
2009-03-24 Shawn M Moore Use blessed instead of ref to get an instance's class...
2009-03-23 Dave Rolsky changes for 0.78_02
2009-03-23 Dave Rolsky XSPROTO backcompat for 5.8.x
2009-03-23 Dave Rolsky bump version so Moose has something to depend on
2009-03-23 Dave Rolsky CMOP now conflicts with the most recent release of...
2009-03-23 Dave Rolsky More about the immutable changes
2009-03-23 Dave Rolsky More info on doc changes
2009-03-23 Dave Rolsky changes for immutable refactoring
2009-03-22 Dave Rolsky Merge branch 'master' into refactor-immutable
2009-03-21 Dave Rolsky We are never going to make a destructor object and...
2009-03-21 Dave Rolsky Documented the is_inline method twice, oops.
2009-03-19 Dave Rolsky Using goto is very subclass-unfriendly, and breaks...
2009-03-19 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-19 Dave Rolsky More refactoring of immutable code to make it easy...
2009-03-18 Dave Rolsky Not document CMOP::Method::Constructor->options
2009-03-18 Dave Rolsky Anchor the regex properly
2009-03-18 Dave Rolsky Ignore manifest
2009-03-18 Dave Rolsky Use git for tagging
2009-03-18 Dave Rolsky Ignore all .git.*
2009-03-18 Dave Rolsky bump version for dev release 0.78_01
2009-03-17 Dave Rolsky Add docs to Changes
2009-03-17 Dave Rolsky finish up docs for CMOP::Immutable
2009-03-17 Dave Rolsky Some more doc cleanup. Make this pod like the other...
2009-03-17 Dave Rolsky Missing docs on method metaclass names
2009-03-17 Dave Rolsky Some more words in the dictionary
2009-03-17 Dave Rolsky Docs for CMOP::Package
2009-03-17 Dave Rolsky fix a pod error
2009-03-17 Dave Rolsky docs for CMOP::Module
2009-03-17 Dave Rolsky Docs for CMOP::Object
2009-03-17 Dave Rolsky Docs for CMOP::Method::Wrapped
2009-03-17 Dave Rolsky Docs for CMOP::Method::Generated (or really, lack of...
2009-03-17 Dave Rolsky Make the new method in CMOP::Method::Generated throw...
2009-03-17 Dave Rolsky No need to pass an index to an array when we can pass...
2009-03-17 Dave Rolsky docs for CMOP::Method::Constructor
2009-03-17 Dave Rolsky Fix a small grammar error
2009-03-17 Dave Rolsky Missed a few required options for the constructor
2009-03-17 Dave Rolsky docs for CMOP::Method::Accessor
2009-03-17 Dave Rolsky docs for CMOP::Metohd
2009-03-17 Dave Rolsky use X Protocol phrase in docs for each module
2009-03-17 Dave Rolsky docs for CMOP::Instance
2009-03-17 Dave Rolsky small tweaks to meta method docs
2009-03-17 Dave Rolsky add docs for meta method
2009-03-17 Dave Rolsky more spelling fixes
2009-03-17 Dave Rolsky Some more doc cleanup. Make this pod like the other...
2009-03-17 Dave Rolsky Missing docs on method metaclass names
2009-03-17 Dave Rolsky Some more words in the dictionary
2009-03-17 Dave Rolsky Docs for CMOP::Package
2009-03-17 Dave Rolsky Some more doc cleanup. Make this pod like the other...
2009-03-17 Dave Rolsky Missing docs on method metaclass names
2009-03-17 Dave Rolsky Some more words in the dictionary
next