Merge branch 'stable'
[gitmo/Class-MOP.git] / examples /
2009-08-13 gfx Revert "Fix example to define sub is_inline{ 0 }"
2009-08-13 gfx Fix example to define sub is_inline{ 0 }
2009-04-05 Dave Rolsky make CMOP::Class->construct_instance private
2009-03-17 Dave Rolsky Make all the generate_* methods in CMOP::Accessor private.
2009-03-16 Dave Rolsky add a warning for the deprecated Class::MOP::Instance...
2009-03-14 Dave Rolsky make process_accessors private
2008-08-10 Yuval Kogman explicit meta instance dependencies
2008-08-08 Yuval Kogman more $: $. and whatnot cleanups
2008-08-08 Yuval Kogman also remove perl6isms from examples
2008-05-18 Stevan Little working without XS
2007-12-31 Stevan Little copyright date changes on Class::MOP
2007-11-06 Guillermo Roditi predicate fixes
2007-02-21 Stevan Little Lots of doc updates
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-08 Stevan Little fixed all the attribute name to be more Perl6ish and...
2006-10-15 Stevan Little more-method-refactoring
2006-07-15 Stevan Little ChangeLog and adding yuval to authors everywhere
2006-06-30 Stevan Little rename *_package_variable to *_package_symbol;
2006-06-29 Stevan Little foo
2006-05-03 Stevan Little tweaks
2006-05-02 Stevan Little cloning
2006-05-02 Stevan Little yuval-wins
2006-05-01 Stevan Little stuff
2006-05-01 Stevan Little working-on-it
2006-04-30 Stevan Little tweaking
2006-04-30 Stevan Little instnaces
2006-04-29 Stevan Little refactoring-n-tests
2006-04-29 Stevan Little arrays
2006-04-28 Stevan Little stuff
2006-04-28 Stevan Little instance-refactored
2006-04-27 Yuval Kogman The great Class::MOP::Instance refactoring
2006-04-27 Stevan Little instance-protocol
2006-04-27 Stevan Little new_instances
2006-04-20 Stevan Little better
2006-03-30 Stevan Little 0_23
2006-03-21 Stevan Little whoops
2006-03-11 Stevan Little MOP
2006-03-02 Stevan Little release 0.20 0_20
2006-03-01 Stevan Little buncha crap
2006-02-23 Stevan Little 0.12 0_12
2006-02-16 Stevan Little adding in the C3 example
2006-02-12 Stevan Little fixing an example which I broke
2006-02-10 Stevan Little getting close to a 0.07 release
2006-02-09 Stevan Little 0.06 release 0_06
2006-02-06 Stevan Little whole bunch of stuff
2006-02-06 Stevan Little cleaned up the class_construct_instance handleing so...
2006-02-05 Stevan Little a number of changes;
2006-02-04 Stevan Little adding in the metaclass pragma
2006-02-04 Stevan Little fixing minor meta-circularity issue
2006-02-04 Stevan Little hiding package names and adding test plan
2006-02-04 Stevan Little adding the lazy class example
2006-02-03 Stevan Little Adding better attribute/method metaclass handling
2006-02-03 Stevan Little start of the new user-level API
2006-02-03 Stevan Little ready for the 0.04 release
2006-02-03 Stevan Little more stuff
2006-02-03 Stevan Little adding in another example
2006-02-03 Stevan Little - refactoring attributes
2006-02-03 Stevan Little adding in some more examples
2006-02-03 Stevan Little Class::MOP - moving things from t/lib to examples/