fix punctuation
[gitmo/Moose.git] / lib / Class /
2012-04-03 Jesse Luehrs typo fix
2012-03-31 Dave Rolsky Weaken the $metaclass closed over by the meta method.
2012-03-31 Dave Rolsky Weaken the associated_metaclass after cloning a method.
2012-03-17 Dave Rolsky Add docs for CMOP::Method::Overload
2012-03-17 Jesse Luehrs documentation
2012-03-17 Jesse Luehrs implement remove_overloaded_operator
2012-03-17 Jesse Luehrs rename these for more consistency
2012-03-17 Jesse Luehrs factor this out into a private method
2012-03-17 Jesse Luehrs provide an is_overloaded method
2012-03-17 Jesse Luehrs clean some things up, add some more tests
2012-03-17 Jesse Luehrs not sure how i ever expected that to work
2012-03-17 Jesse Luehrs s/op/operator/g
2012-03-17 Jesse Luehrs start sketching out an overload api for the mop
2012-03-12 Karen Etheridge document the builder accessor method
2012-02-21 Jesse Luehrs comment about why we explicitly clear @ISA
2012-02-14 Dave Romano Some typo fixes for the Class::MOP docs
2012-02-13 Karen Etheridge require the minimum version of Class::Load that has...
2012-02-11 Dave Rolsky Fix some broken web links
2011-10-25 Dave Rolsky Small doc tweak - replace "there" with link to Class...
2011-10-25 Dave Rolsky Remove trailing whitespace
2011-10-25 Chris Prather document that some functions moved to Class::Load
2011-10-25 Matt S Trout make make_mutable always return $self and alter tests...
2011-09-21 Jesse Luehrs make sure to clear the stash when anon classes are...
2011-09-17 Jesse Luehrs factor this out into a separate method
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-16 Dave Rolsky Doc is_stub method
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-09-06 Jesse Luehrs handle this in package::stash
2011-09-06 Dave Rolsky Remove deprecation warning for CMOP::load_class ...
2011-09-06 Dave Rolsky Deprecate CMOP::{load_class, is_class_loaded, load_firs...
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-08-21 Jesse Luehrs don't rely on Carp::confess existing when compiling...
2011-06-20 Dave Rolsky Remove empty packages
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-19 Jesse Luehrs remove old deprecated code
2011-06-17 Jesse Luehrs move eval_environment for constructors to the metaclass
2011-06-15 Jesse Luehrs better accessor context descriptions in general
2011-06-15 Jesse Luehrs better definition context for native delegation methods
2011-06-05 Dave Rolsky Add definition context to every accessor defined internally
2011-05-19 Jesse Luehrs better error message for calling superclasses as a...
2011-05-17 Jesse Luehrs stop closing over method objects when installing modifiers
2011-05-17 Jesse Luehrs fix setting associated_metaclass and attribute on acces...
2011-05-14 Jesse Luehrs pod coverage
2011-05-13 Jesse Luehrs more complete clone implementation
2011-05-13 Florian Ragwitz Make instance cloning go through attribute setters
2011-05-07 Jesse Luehrs setting weaken should be based on the passed in cache...
2011-05-06 Jesse Luehrs this is redundant
2011-05-06 Jesse Luehrs if these are internal use only, why are they in the...
2011-05-06 Karen Etheridge fix all misuse of "it's"
2011-05-06 Jesse Luehrs handle caching of anon classes better, when role/class...
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-22 Jesse Luehrs also document Class::MOP::Module::create
2011-04-22 Jesse Luehrs document the new anon stuff in ::Package
2011-04-20 Dave Rolsky Escape any metacharacters in the anon prefix before...
2011-04-20 Jesse Luehrs don't calculate the cache key unless we're going to...
2011-04-18 Jesse Luehrs no reason to not be using ::Package api here
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...
2011-03-14 Dave Rolsky Prep for removing deprecated features or making them...
2011-02-28 Jesse Luehrs pod-spelling fixes 1.9903
2011-02-25 Karen Etheridge add example for combining an initializer with a writer...
2010-12-28 Dave Rolsky Clean up various bits of code that broke when dzil...
2010-12-28 Dave Rolsky Fix XS loading to actually use the right VERSION var
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-27 Dave Rolsky Remove _XS_VERSION hack
2010-12-27 Dave Rolsky Merged CMOP into Moose