gitmo/Class-MOP.git
2011-01-03 Florian Ragwitz Merge branch 'stable' master
2011-01-03 Florian Ragwitz Version 1.12 stable 1.12
2011-01-03 Jesse Luehrs remove some undocumented apis from our tests
2010-11-19 Dave Rolsky Changes for merged branches
2010-11-18 Jesse Luehrs actually, cmop should be handling initializers here too
2010-11-18 Jesse Luehrs a bit more refactoring
2010-11-18 Jesse Luehrs need to use a consistent sort order, now that this...
2010-11-18 Jesse Luehrs make the constructor a bit more extensible
2010-11-18 Jesse Luehrs start pushing constructor inlining back into the metaclass
2010-11-18 Jesse Luehrs push a thin error throwing wrapper back here
2010-11-18 Jesse Luehrs add a hook in here for moose to override
2010-11-18 Jesse Luehrs make inlining a bit more easily extensible
2010-11-18 Jesse Luehrs simplify more stuff
2010-11-18 Jesse Luehrs refactor this to use _eval_environment
2010-11-18 Jesse Luehrs clean up the constructor generation code
2010-11-18 Jesse Luehrs factor codegen stuff out to Eval::Closure
2010-11-17 Jesse Luehrs clean up ::HasMethods a bunch
2010-11-17 Jesse Luehrs dep on the xs implementation of package-stash explicitly
2010-11-17 Jesse Luehrs convert the rest of the simple readers in cmop to xs
2010-11-16 Jesse Luehrs this should be AttributeCore
2010-11-16 Jesse Luehrs don't invalidate the method map if we add a method...
2010-11-15 Jesse Luehrs bump the Package::Stash dep
2010-11-15 Jesse Luehrs use the package::stash get_all_package_symbols implemen...
2010-11-15 Jesse Luehrs use the new names for the package-stash methods
2010-11-15 Jesse Luehrs get_package_symbol no longer calls add_package_symbol
2010-11-15 Jesse Luehrs stop using the old-style api here, it's slower
2010-11-15 Jesse Luehrs remove some undocumented apis from our tests
2010-11-15 Jesse Luehrs speed up has_method a little bit, hopefully
2010-11-15 Jesse Luehrs cache the full method map where possible
2010-11-15 Jesse Luehrs also need to remove methods from the map when it's...
2010-11-15 Jesse Luehrs i think the changes i made to _method_map could make...
2010-11-15 Jesse Luehrs move the package_cache stuff back into ::HasMethods
2010-11-15 Jesse Luehrs get rid of _full_method_map, and make _method_map do...
2010-11-11 Gerda Shank test fail with Sub::Name 0.04; bump prereq
2010-10-31 Dave Rolsky Update release date 1.11
2010-10-31 Dave Rolsky Require Package::Stash 0.13
2010-10-29 Dave Rolsky bump version to 1.11
2010-10-29 Dave Rolsky Add version & release date
2010-10-28 Dave Rolsky Credit changes for Test::Fatal
2010-10-28 Dave Rolsky Redo conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert "convert all uses of Test::Exception to Test...
2010-10-28 Dave Rolsky Tidy lists of required modules
2010-10-28 Dave Rolsky Bump Package::DeprecationManager dep to avoid Test...
2010-10-25 Ricardo Signes note the switch to Test::Fatal in changelog
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-18 Dave Rolsky Updates release # and date in Changes 1.10
2010-10-16 Jesse Luehrs implement inlined access to the mop slot, to fix immuta...
2010-10-16 Jesse Luehrs move the __MOP__ stuff back into the instance metaclass
2010-10-16 Dave Rolsky bump version to 1.10 so we can dep on it in Moose
2010-10-16 Jesse Luehrs add inline_get_is_lvalue
2010-10-16 Jesse Luehrs changelog
2010-10-08 Jesse Luehrs the __MOP__ slot should be used for any weak class...
2010-10-08 Jesse Luehrs docs for weaken
2010-10-08 Jesse Luehrs weaken properly on reinitialize
2010-10-08 Jesse Luehrs add Class::MOP::metaclass_is_weak
2010-10-08 Jesse Luehrs don't let anon classes disappear while subclasses still...
2010-10-08 Jesse Luehrs make weakening of anon classes explicit
2010-10-08 Jesse Luehrs add a bunch of anon class tests
2010-10-08 Jesse Luehrs fix up the __MOP__ slot when reblessing to or from...
2010-10-05 Dave Rolsky # and date for 1.09 1.09
2010-09-29 Karen Etheridge Revert "document the return value of add_attribute"
2010-09-29 Karen Etheridge document the return value of add_attribute
2010-09-29 Karen Etheridge fix pod markup error
2010-09-27 Jesse Luehrs let the method subclasses take care of their own hackery
2010-09-27 Dave Rolsky require Class::MOP in MiniTrait - fixes some failure...
2010-09-27 Jesse Luehrs a few more spelling exceptions
2010-09-27 Jesse Luehrs version bump ::Meta
2010-09-27 Jesse Luehrs fix warning on earlier perls
2010-09-27 Jesse Luehrs actually, why not make the meta method renameable
2010-09-27 Jesse Luehrs ugh, need the hack for this too
2010-09-27 Jesse Luehrs bootstrap the meta method in CMOP::Mixin too
2010-09-27 Jesse Luehrs pass no_meta in the tests where we hardcode method...
2010-09-27 Jesse Luehrs changelog
2010-09-27 Jesse Luehrs move this back to HasMethods, since moose roles will...
2010-09-27 Jesse Luehrs tests for meta method object
2010-09-27 Jesse Luehrs make this a bit more extensible, for moose's benefit
2010-09-27 Jesse Luehrs give CMOP::Object a real meta method, and simplify...
2010-09-27 Jesse Luehrs factor out meta method generation
2010-09-27 Jesse Luehrs don't pass %options through again here, metaclass compa...
2010-09-27 Jesse Luehrs ugh, hacks
2010-09-27 Jesse Luehrs push this stuff back into HasMethods and HasAttributes
2010-09-27 Jesse Luehrs simplify
2010-09-27 Jesse Luehrs push a bunch of details about metaclass compat into...
2010-09-27 Dave Rolsky This CMOP conflicts with Moose
2010-09-27 Dave Rolsky bump version to 1.09
2010-09-27 Dave Rolsky Add some whitespace and NEXT
2010-09-27 Jesse Luehrs reorder these methods into a more "proper" order
2010-09-27 Jesse Luehrs handle reblessing metaclasses with attributes properly
2010-09-27 Jesse Luehrs changelog
2010-09-27 Jesse Luehrs make sure accessors are properly removed on reinitialize
2010-09-27 Jesse Luehrs better tests
2010-09-27 Jesse Luehrs basic implementation of preserving attrs/methods across...
2010-09-26 Dave Rolsky Add inline_rebless_instance to metaclass
2010-09-26 Dave Rolsky When inlining constructor, don't access meta instance...
2010-09-26 Dave Rolsky Implement inlining code in CMOP::Attribute
2010-09-26 Shawn M Moore Use AuthorRequires to force authors to run all tests
2010-09-23 Dave Rolsky Add CMOP::MiniTrait
2010-09-23 Ricardo Signes correct link to Perl6-ObjectSpace
2010-09-23 Jesse Luehrs also allow suppressing the meta method during CMOP...
2010-09-23 Jesse Luehrs docs and changelog
next