bump version so Moose has something to depend on
[gitmo/Class-MOP.git] / lib / Class / MOP / Immutable.pm
2009-03-23 Dave Rolsky bump version so Moose has something to depend on
2009-03-22 Dave Rolsky Merge branch 'master' into refactor-immutable
2009-03-21 Dave Rolsky We are never going to make a destructor object and...
2009-03-18 Dave Rolsky bump version for dev release 0.78_01
2009-03-17 Dave Rolsky finish up docs for CMOP::Immutable
2009-03-16 Dave Rolsky Major refactoring of the immutabilization code. This...
2009-03-16 Dave Rolsky proper API docs for CMOP::Immutable
2009-03-12 Dave Rolsky bump copyright year to 2009
2009-02-24 Dave Rolsky bump version and update Changes for a release 0.78
2009-02-22 Dave Rolsky renumber to 0.77_01 for a dev release
2009-02-20 Dave Rolsky bump the version so I can make svn Moose require this...
2009-02-14 Dave Rolsky bump version to 0.77 0.77
2009-01-22 Dave Rolsky bump all the versions to 0.76
2008-12-31 Dave Rolsky bump version to 0.75
2008-12-25 Dave Rolsky bump version and update changes 0.74
2008-12-16 Dave Rolsky bump version 0.73
2008-12-08 Dave Rolsky bump version to 0.72 0.72
2008-12-05 Dave Rolsky bump version to 0.71_02 and update Changes
2008-12-04 Dave Rolsky Make inlined_constructor return an actual method, not...
2008-12-04 Dave Rolsky Add an attribute to CMOP::Immutable, inlined_constructo...
2008-12-04 Dave Rolsky If replace_constructor is true we do not check whether...
2008-12-04 Dave Rolsky Add a can_be_inlined method to CMOP::Method::Constructo...
2008-12-04 Dave Rolsky More refactorings to break down immutabilization into...
2008-12-04 Dave Rolsky Fix a method name to actually reflect what it does
2008-12-04 Dave Rolsky More refactorings - short circuit out of various method...
2008-12-04 Dave Rolsky Refactor the make_metaclass_immutable method into a...
2008-12-04 Dave Rolsky update version for release and update changes
2008-12-03 Shawn M Moore When we memoize methods, get their results lazily to...
2008-12-03 Shawn M Moore Avoid calling $self->metaclass->meta again and again
2008-12-02 Dave Rolsky Made creating the immutable class lazy
2008-11-26 Dave Rolsky bump _all_ the versions to 0.71
2008-11-19 Dave Rolsky Doh, I'm retarded. 0.70_01
2008-11-18 Dave Rolsky update Changes and make version 0.69_01 0.69_01
2008-11-14 Dave Rolsky bump version # and update changes
2008-11-07 Dave Rolsky bump version and update changes for release 0.69
2008-10-23 Dave Rolsky Bump all versions to 0.68
2008-10-06 Dave Rolsky Bump all the modules to 0.67
2008-09-01 Dave Rolsky bump version to 0.65 and update changes for stable... 0.65
2008-08-29 Dave Rolsky bump version to 0.64_07 for another (in an endless...
2008-08-25 Dave Rolsky Bump the version and update changes for 0.64_06 0.64_06
2008-08-25 Dave Rolsky bump version and update changes for 0.65_05 0.64_05
2008-08-23 Dave Rolsky bump version and update Changes for 0.64_04 release 0.64_04
2008-08-22 Dave Rolsky Bump the version # and updates Changes for 0.64_03 0.64_03
2008-08-21 Dave Rolsky bump version # for next release
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-13 Yuval Kogman use hash refs with _new
2008-08-13 Yuval Kogman allow forcing of constructor inlining
2008-08-08 Yuval Kogman proper constructor for Immutable
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-04 Shawn M Moore Bump version to 0.65
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-06-18 Shawn M Moore Bump to 0.63
2008-06-18 Shawn M Moore Begin updating to 0.62
2008-06-13 Shawn M Moore Bump everything to 0.61
2008-06-13 Shawn M Moore Bump all packages to 0.60
2008-05-28 Stevan Little fixing the destructor, so it wont be created unless...
2008-05-18 Stevan Little okay, this is not meant to be used, but since i am...
2008-05-18 Stevan Little removing ->blessed, blessed is not a method *cough...
2008-05-16 Stevan Little dont break trunk please
2008-05-16 Tomas Doran Add test in Class:MOP for ->identifier() and immutable...
2008-03-11 Stevan Little Class::MOP fixes
2008-02-08 Stevan Little bunch of doc fixes
2008-01-09 Stevan Little adding the 5.10 constant to allow us to use those features
2008-01-08 Yuval Kogman keep track of the transformer in the immutable class
2007-12-31 Stevan Little copyright date changes on Class::MOP
2007-12-21 Stevan Little some tweaks for release
2007-12-16 Matt S Trout fix make_mutable when option values defaulted
2007-09-21 Stevan Little refactored the Constructor to support inlining better...
2007-06-08 Stevan Little upping verison numbers and reviewing the immutable...
2007-06-03 Guillermo Roditi oops POD
2007-06-02 Guillermo Roditi more immutable fixes
2007-06-02 Guillermo Roditi massive updates to the way immutable works to fix a...
2007-06-01 Guillermo Roditi added ability to reverse immutability, sorry about...
2007-02-21 Stevan Little More docs
2007-02-21 Stevan Little Lots of doc updates
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-27 Stevan Little tweaking a little here and there
2006-11-10 Stevan Little immutable stuff
2006-11-09 Stevan Little IT WORKS NOWrun_testsrun_testsrun_testsrun_tests
2006-11-02 Stevan Little immutable refacotring
2006-11-02 Stevan Little foo
2006-10-28 Stevan Little a few tweaks here and there and a new proposal for...