simpler get_all_method_names implementation
[gitmo/Moose.git] / lib / Class / MOP / Class.pm
2011-09-17 Jesse Luehrs simpler get_all_method_names implementation
2011-09-17 Dave Rolsky UNIVERSAL methods now show up in the class lists of...
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-06-19 Dave Rolsky code tidying
2011-06-19 Karen Etheridge call all triggers in rebless_instance - tests now pass.
2011-06-19 Karen Etheridge return ASAP if the class is already immutable
2011-06-17 Jesse Luehrs move eval_environment for constructors to the metaclass
2011-05-05 Jesse Luehrs fix references to test files
2011-04-24 Jesse Luehrs allow immutable options to override file and line
2011-04-24 Jesse Luehrs add definition_context info for inlined constructors...
2011-04-18 Jesse Luehrs unify the anon package stuff in CMOP::Package
2011-04-17 Shawn M Moore Remove these weird useless comments
2011-04-17 Shawn M Moore Document free_anon_{class, role}
2011-04-17 Shawn M Moore Still need no warnings 'uninitialized'
2011-04-17 Shawn M Moore Missing a :: after $first_fragments
2011-04-17 Shawn M Moore Depend less on $ANON_CLASS_PREFIX
2011-04-17 Shawn M Moore Use the is_anon_class method we already have
2011-04-17 Shawn M Moore Factor out a free_anon_class method to minimize the...
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-27 Dave Rolsky Merged CMOP into Moose