gitmo/Class-MOP.git
2008-08-21 Dave Rolsky Document get_all_attributes method
2008-08-21 Yuval Kogman get_all_attributes for MI
2008-08-21 Dave Rolsky More changes
2008-08-21 Dave Rolsky Add missing test prereqs. Also, EUMM doesn't support...
2008-08-21 Dave Rolsky Mention explicit 5.8.x requirement
2008-08-21 Dave Rolsky Be even more explicit about requiring Perl 5.8 +
2008-08-21 Dave Rolsky Be explicit about our minimum required Perl.
2008-08-20 Dave Rolsky Fix version in README 0_64_01
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-20 Yuval Kogman changelog
2008-08-20 Yuval Kogman update_package_flag in alias
2008-08-20 Dave Rolsky Update changes for next release, which will be a dev...
2008-08-16 Yuval Kogman wrap_method_body
2008-08-15 Yuval Kogman get_all_methods memoized in immutable
2008-08-15 Yuval Kogman simplify has_method check
2008-08-15 Yuval Kogman is_pristine
2008-08-15 Yuval Kogman pass @_ % 2 == 1 for compat
2008-08-14 Yuval Kogman accept named params to Package::initialize/reinitialize
2008-08-14 Yuval Kogman register on initialize, and move reinitialize to Package
2008-08-14 Yuval Kogman make sure get_method_map always returns a map (might...
2008-08-14 Yuval Kogman Class::MOP::Package->initialize now checks Class::MOP...
2008-08-13 Yuval Kogman pass hashref to Attr->_new
2008-08-13 Yuval Kogman oops, put Object::_new back in for Moose
2008-08-13 Yuval Kogman use hash refs with _new
2008-08-13 Yuval Kogman accept hash ref to _new
2008-08-13 Yuval Kogman remove redundant constructors from MOP.pm
2008-08-13 Yuval Kogman _new for Class::MOP::Class
2008-08-13 Yuval Kogman _new for Accessor
2008-08-13 Yuval Kogman _new for Accessor
2008-08-13 Yuval Kogman _new for Instance
2008-08-13 Yuval Kogman _enw for Method::Constructor
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-13 Yuval Kogman Sub::Name prereq
2008-08-12 Yuval Kogman move Devel::GlobalDestruction usage to MOP.pm so that...
2008-08-12 Yuval Kogman ppport.h
2008-08-12 Yuval Kogman more cleanup of XS version of get_all_package_symbols
2008-08-12 Yuval Kogman ARGHGHGHGH!!! FUCKING UNREFERENCED GLOB/
2008-08-11 Dave Rolsky Update to a newer ppport.h to get things working on...
2008-08-11 Yuval Kogman use ref instead of blessed where it's not needed, and...
2008-08-11 Yuval Kogman XS versions of the most common readsers
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 simplify idiot PUSHs/SPAGAIN incest
2008-08-11 Yuval Kogman XS version of get_all_package_symbols
2008-08-10 Yuval Kogman blah
2008-08-10 Yuval Kogman bah, cleanup made it much slower
2008-08-10 Yuval Kogman simplfy get_all_package_symbols
2008-08-10 Yuval Kogman get_all_methods and get_all_attributes
2008-08-10 Yuval Kogman deprecate bless_instance_structure
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 merge the attribute maps in compute_all_applicable_attr...
2008-08-10 Yuval Kogman package_name >= associated_metaclass->name
2008-08-10 Yuval Kogman use associated method map in compute_all_applicable_met...
2008-08-10 Yuval Kogman add associated_metaclass to Method
2008-08-10 Yuval Kogman microoptimize Class::MOP::Class::initialize since it...
2008-08-10 Yuval Kogman update package cache flag in get_method_map if it was...
2008-08-10 Yuval Kogman explicit meta instance dependencies
2008-08-10 Yuval Kogman use Devel::GlobalDestruction to avoid destroying anon...
2008-08-09 Yuval Kogman make initialize() and create() consistent WRT package arg
2008-08-09 Yuval Kogman clean up the mess after a failed attribute addition
2008-08-09 Yuval Kogman clean up metaclass::import
2008-08-09 Yuval Kogman correct invalidation of meta instance
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 use named params to instance_metaclass->new
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 slots as a hash is a hack in Instance, partway fix...
2008-08-08 Yuval Kogman proper constructor for Instance
2008-08-08 Yuval Kogman proper constructor for Immutable
2008-08-08 Yuval Kogman Accept fully named params to Class::MOP::Class::create
2008-08-08 Yuval Kogman more $: $. and whatnot cleanups
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 also remove perl6isms from examples
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-08 Dave Rolsky One last tweak to make sure our Sub::Name-using tests...
2008-08-08 Dave Rolsky Don't require Sub::Name if we don't find a compiler.
2008-08-08 Dave Rolsky Switched to EUMM with compiler detection (from Params...
2008-08-04 Shawn M Moore Skip the generated MOP XS files in MANIFEST
2008-08-04 Shawn M Moore Bump version to 0.65
2008-08-03 Shawn M Moore Update Changes 0_64
2008-08-02 Yuval Kogman inline initialize slot didn't match non inline
2008-07-27 Yuval Kogman remove antiquated SYNOPSIS code
2008-07-22 Stevan Little fixing theplers test
2008-07-22 Yuval Kogman Clean up option processing for Immutable
2008-07-07 Shawn M Moore Bump us up to 0.64
2008-07-07 Shawn M Moore Bump to 0.63
2008-07-01 Shawn M Moore Have load_class return the metaclass, initializing...
2008-06-27 Shawn M Moore Better error message for clone_instance("not a blessed...
next