No need to pass an index to an array when we can pass the array member
[gitmo/Class-MOP.git] / lib /
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-16 Dave Rolsky add a warning for the deprecated Class::MOP::Instance...
2009-03-16 Dave Rolsky docs for CMOP::Instance
2009-03-16 Dave Rolsky small tweaks to meta method docs
2009-03-16 Dave Rolsky add docs for meta method
2009-03-16 Dave Rolsky more spelling fixes
2009-03-16 Dave Rolsky proper API docs for CMOP::Immutable
2009-03-16 Dave Rolsky Add warnings when calling CMOP::Class->{compute_all_app...
2009-03-16 Dave Rolsky make CMOP::Class->clone_instance private
2009-03-16 Dave Rolsky make create_meta_instance private
2009-03-16 Dave Rolsky make check_metaclass_compatibility private
2009-03-16 Dave Rolsky make construct_class_instance a private method
2009-03-16 Dave Rolsky Fixed the scrwed up the list of methods which are not...
2009-03-16 Dave Rolsky Pod fixlet
2009-03-16 Dave Rolsky major revamp of CMOP::Class docs
2009-03-16 Dave Rolsky Fix a mispelled method
2009-03-16 Dave Rolsky Improve deprecation warning
2009-03-14 Dave Rolsky more speling fixes and dictionary updates
2009-03-14 Dave Rolsky Update the spelling dictionary and fix errors in Class...
2009-03-14 Dave Rolsky Kill the back-compat for misspelled check_metaclass_com...
2009-03-14 Dave Rolsky Tidy SYNOPSIS code
2009-03-14 Dave Rolsky make process_accessors private
2009-03-14 Dave Rolsky Make get_code_info "public"(er)
2009-03-13 Dave Rolsky Document definition_context
2009-03-12 Dave Rolsky bump copyright year to 2009
2009-03-12 Dave Rolsky Lots of doc updates and cleanup.
2009-03-12 Dave Rolsky Revamped the docs for Class::MOP::Attribute
2009-03-12 Dave Rolsky No space between function name & args in docs.
2009-03-08 Shawn M Moore Semi-hack to fix the rebless + overload behavior on 5.8
2009-02-24 Dave Rolsky bump version and update Changes for a release 0.78
2009-02-22 Dave Rolsky renumber to 0.77_01 for a dev release
2009-02-22 Dave Rolsky Remove all the pure Perl bits to go XS-only
2009-02-20 Dave Rolsky Make the error message for an unfound method (that...
2009-02-20 Dave Rolsky Fix one more instance of passing a quoted attr name
2009-02-20 Dave Rolsky Revert back to checking for code compilation failure...
2009-02-20 Dave Rolsky bump the version so I can make svn Moose require this...
2009-02-20 Dave Rolsky Make the meta-instance class take a bare attribute...
2009-02-20 Dave Rolsky I'm a dumbass.
2009-02-20 Dave Rolsky Even better, include the code that failed to compile...
2009-02-20 Dave Rolsky Hey, here's a crazy idea, let's die we try to generate...
2009-02-20 Jesse Luehrs heirachy -> hierarchy
2009-02-19 Dave Rolsky Actually test that this works and fix some unchanged...
2009-02-19 Dave Rolsky Clarify variable naming here
2009-02-14 Dave Rolsky bump version to 0.77 0.77
2009-02-14 Dave Rolsky Tidy the constructor code
2009-02-14 Florian Ragwitz Add a wrapped_method_metaclass attribute to CMOP::Class.
2009-02-09 Florian Ragwitz Disable deprecated get_all_packge_symbols in list context.
2009-02-08 Dave Rolsky Improve is_class_loaded checking
2009-02-05 Shawn M Moore Add get_all_method_names
2009-01-31 Dave Rolsky Document that initialize() returns a cached metaclass...
2009-01-22 Dave Rolsky bump all the versions to 0.76
2009-01-22 Dave Rolsky document USING_XS constant
2009-01-22 Dave Rolsky remove a useless comment
2009-01-22 Dave Rolsky try to make t/306_is_class_loaded.t skip except when...
2009-01-22 Dave Rolsky Reformat _eval_closure a bit and don't use q!! (used...
2009-01-17 Yuval Kogman add _compile_code, a wrapper for _eval_closure and...
2009-01-14 Dave Rolsky Merge from trunk to method_generation_cleanup branch...
2009-01-14 Jesse Luehrs get_method_map, find_method_by_name, and remove_method...
2009-01-12 Yuval Kogman add definition_context
2009-01-11 Dave Rolsky Remove commented-out bit of code
2009-01-07 Shawn M Moore Metaclass-cache documentation cleanups
2009-01-07 Shawn M Moore Typo fix
2008-12-31 Dave Rolsky bump version to 0.75
2008-12-31 Dave Rolsky Fix a bug where a class made immutable and then mutable...
2008-12-25 Dave Rolsky bump version and update changes 0.74
2008-12-19 Dave Rolsky Show around on both sides of primary (it is around...
2008-12-16 Dave Rolsky bump version 0.73
2008-12-15 Todd Hepler typo fix
2008-12-14 Florian Ragwitz Revert "Allow attribute defaults to be objects with...
2008-12-13 Florian Ragwitz Allow attribute defaults to be objects with overloaded...
2008-12-12 Matt S Trout only close over the default values, don't actually...
2008-12-12 Matt S Trout Merge 'trunk' into 'method_generation_cleanup'
2008-12-12 Matt S Trout switch to hashref-based _eval_closure
2008-12-09 Chris Prather add breadcrumbs to describe the Inheritance hierarchy...
2008-12-08 Dave Rolsky bump version to 0.72 0.72
2008-12-08 Dave Rolsky Very small grammar tweak.
2008-12-08 Shawn M Moore Doc fix for CMOP::Method from sorear
2008-12-07 Shawn M Moore Pass options to Class::MOP::Package->_new (fixes failin...
2008-12-05 Dave Rolsky bump version to 0.71_02 and update Changes
2008-12-05 Florian Ragwitz get_method_map already is xsified.
2008-12-05 Florian Ragwitz Make get_all_package_symbols return a hashref in scalar...
2008-12-05 Matt S Trout break out method generation into an _eval_closure method
2008-12-04 Dave Rolsky Make inlined_constructor return an actual method, not...
2008-12-04 Dave Rolsky Add an attribute to CMOP::Immutable, inlined_constructo...
2008-12-04 Dave Rolsky If replace_constructor is true we do not check whether...
2008-12-04 Dave Rolsky Add a can_be_inlined method to CMOP::Method::Constructo...
2008-12-04 Dave Rolsky Fix comment which totally disagreed with code it commen...
2008-12-04 Dave Rolsky More refactorings to break down immutabilization into...
2008-12-04 Dave Rolsky Fix a method name to actually reflect what it does
2008-12-04 Dave Rolsky More refactorings - short circuit out of various method...
2008-12-04 Dave Rolsky Refactor the make_metaclass_immutable method into a...
2008-12-04 Dave Rolsky update version for release and update changes
2008-12-04 Florian Ragwitz Don't stringify the globs of stub functions.
2008-12-04 Florian Ragwitz Make the perl version of get_all_package_symbols handle...
next