gitmo/Class-MOP.git
2009-05-19 Shawn M Moore Add direct_subclasses method, also tests for that and...
2009-05-19 Shawn M Moore Localize $SIG{__DIE__} inside _try_load_one_class
2009-05-18 nperez Add back rafl and rhesa's original changes and tweak...
2009-05-12 Dave Rolsky bump version to 0.84 0.84
2009-05-12 Dave Rolsky Add release date
2009-05-12 Florian Ragwitz Depend on latest Test::Exception to avoid failing tests.
2009-05-11 nperez oops. Updated the writer to the accessor to be private...
2009-05-08 nperez Change the writer for insertion_order to include an...
2009-05-08 nperez Update POD to reflect new insertion_order
2009-05-08 nperez add test for insertion order
2009-05-08 nperez and it would be a good idea to use the writer
2009-05-08 nperez insertion order should be zero based, obviously
2009-05-08 nperez Update 014 test to include insertion_order
2009-05-08 nperez Populate insertion_order when attributes are added
2009-05-08 nperez Add bootstrapping code for insertion_order in Attribute.pm
2009-05-08 nperez insertion_order needs an writer before bootstrap
2009-05-08 nperez Update Attribute.pm to support insertion order
2009-05-08 Jesse Luehrs fix the docs for load_class to match the implementation
2009-05-08 Jesse Luehrs note the caveat about the IO modules and is_class_loaded
2009-05-08 Hans Dieter... clarify class_of
2009-05-08 Dave Rolsky Changes formatting tweaks
2009-05-08 Dave Rolsky when checking @ISA to see if a class is loaded, make...
2009-05-03 Dave Rolsky add version number test for real
2009-05-03 Dave Rolsky Ignore deprecated functons in Class::MOP
2009-05-03 Dave Rolsky Use ExtraTests plugin to run extra tests for authors...
2009-05-03 Dave Rolsky Add $VERSION to modules without one
2009-05-02 Shawn M Moore Deprecate, don't remove, Class::MOP::{subname,in_global...
2009-04-30 Chris Prather 05:27 <@autarch> just import them in both Moose & CMOP
2009-04-30 Chris Prather update changes
2009-04-30 Chris Prather forgot to "use" Devel::GlobalDestruction after our...
2009-04-30 Chris Prather remove Class::MOP::subname and Class::MOP::in_global_de...
2009-04-29 Chris Prather add back in documentation for in_global_destruction...
2009-04-27 Florian Ragwitz Disable prototype mismatch warnings for add_package_symbol.
2009-04-27 Florian Ragwitz Fix pod indenting.
2009-04-27 Florian Ragwitz Fix pod typos.
2009-04-27 Dave Rolsky Fix release date 0.83
2009-04-27 Dave Rolsky Checking in changes prior to tagging of version 0.83...
2009-04-25 Dave Rolsky bump version to 0.83
2009-04-25 Dave Rolsky Remove the "email me" bits from Class::MOP too
2009-04-25 Florian Ragwitz Use XSRETURN; make it x89 compliant.
2009-04-25 Jesse Luehrs update changes
2009-04-25 Jesse Luehrs return early if a package's stash is empty in get_metho...
2009-04-25 Jesse Luehrs add test for get_message_map on empty package
2009-04-24 Yuval Kogman changelog 0.82_02
2009-04-24 Dave Rolsky bump version to 0.82_02
2009-04-24 Dave Rolsky Add release date
2009-04-24 Dave Rolsky do not try to load CMOP::Immutable anywhere
2009-04-24 Dave Rolsky Refactor to exit early if we cannot inline
2009-04-24 Yuval Kogman warn if expected metaclass's constructor doesn't exist
2009-04-23 Dave Rolsky Fix indentation
2009-04-23 Dave Rolsky a few more tweaks now that CMOP::Class->_immutable_meta... 0.82_01
2009-04-23 Matt S Trout changelog immutable work
2009-04-23 Dave Rolsky Don't document can_be_inlined here
2009-04-23 Dave Rolsky No need for API docs in Class::MOP::Class::Immutable...
2009-04-23 Dave Rolsky Docs for CMOP::Method::Inlined
2009-04-23 Dave Rolsky Make immutable_metaclass private and move it so it...
2009-04-23 Dave Rolsky Docs for Class::MOP::Class::Immutable::Trait Class...
2009-04-23 Dave Rolsky Add docs to Class::MOP::Class::Immutable::Trait
2009-04-23 Dave Rolsky bump version to 0.82_01
2009-04-23 Dave Rolsky Add header for next release
2009-04-21 Shawn M Moore Don't use no_plan!
2009-04-20 Yuval Kogman Merge branch 'no_immutable_transformer'
2009-04-20 Dave Rolsky bump version to 0.82 0.82
2009-04-20 Dave Rolsky add date to Changes
2009-04-20 Dave Rolsky Move creation of the warning until the end of the metho...
2009-04-20 Dave Rolsky Reduce nested if-ness by short-circuiting and returning...
2009-04-20 Dave Rolsky Perltidy this file
2009-04-20 Dave Rolsky More perltidying
2009-04-20 Dave Rolsky More perltidying abuse of CMOP::Class
2009-04-20 Yuval Kogman reformat
2009-04-20 Yuval Kogman allow safe overriding of immutable_trait
2009-04-19 Yuval Kogman refactor a Class::MOP::Method::Inlined base class
2009-04-19 Dave Rolsky Push to origin after tagging
2009-04-19 Yuval Kogman Remove immutable transformer
2009-04-17 Shawn M Moore Don't define new() in this benchmark, make_immutable...
2009-04-17 Dave Rolsky Fix a speling error in Changes
2009-04-15 Jesse Luehrs update Changes
2009-04-09 Dave Rolsky Document deprecation fixes
2009-04-09 Dave Rolsky Pass @_ from deprecation wrapper
2009-04-09 Jesse Luehrs warn if we aren't going to inline a constructor because...
2009-04-08 Yuval Kogman pass in args for all deprecated methods
2009-04-07 Dave Rolsky bump version to 0.81 0.81
2009-04-07 Dave Rolsky Update changes for release
2009-04-07 Florian Ragwitz Changelogging.
2009-04-07 Florian Ragwitz Avoid c compiler warnings by declaring some unused...
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
next