Separate deprecated features to Deprecated.pm
[gitmo/Class-MOP.git] / lib / Class / MOP / Instance.pm
2009-08-23 gfx Separate deprecated features to Deprecated.pm
2009-08-13 Dave Rolsky bump version to 0.92
2009-08-13 Dave Rolsky Use double-quotes and quotemeta for inlined hash slot...
2009-08-13 gfx Fix too much quotemeta in Instance metaclass
2009-07-29 Dave Rolsky bump version to 0.91 0.91
2009-07-21 Dave Rolsky bump version to 0.90
2009-07-12 gfx Implement an idea of reducing inline constructors in...
2009-07-03 Dave Rolsky bump version to 0.89
2009-06-25 Cory Watson Make inline_slot_access use double quotes to be consist...
2009-06-25 Jesse Luehrs doc inline_rebless_instance_structure
2009-06-25 Jesse Luehrs add inline version of rebless_instance_structure
2009-06-23 Dave Rolsky bump version to 0.88
2009-06-21 Dave Rolsky bump version to 0.87
2009-06-16 Dave Rolsky bump version to 0.86
2009-06-06 Dave Rolsky bump version and update Changes
2009-05-12 Dave Rolsky bump version to 0.84 0.84
2009-04-25 Dave Rolsky bump version to 0.83
2009-04-24 Dave Rolsky bump version to 0.82_02
2009-04-23 Dave Rolsky bump version to 0.82_01
2009-04-20 Dave Rolsky bump version to 0.82 0.82
2009-04-07 Dave Rolsky bump version to 0.81 0.81
2009-04-07 Florian Ragwitz Include stack traces in the deprecation warnings.
2009-04-05 Dave Rolsky bump version to 0.80_01
2009-04-05 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-04-01 Dave Rolsky bump version
2009-03-27 Dave Rolsky bump version and update Changes 0.79
2009-03-26 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-23 Dave Rolsky bump version so Moose has something to depend on
2009-03-19 Dave Rolsky Merge branch 'master' into renames-and-deprecations
2009-03-18 Dave Rolsky bump version for dev release 0.78_01
2009-03-17 Dave Rolsky use X Protocol phrase in docs for each module
2009-03-17 Dave Rolsky docs for CMOP::Instance
2009-03-17 Dave Rolsky use X Protocol phrase in docs for each module
2009-03-17 Dave Rolsky use X Protocol phrase in docs for each module
2009-03-16 Dave Rolsky add a warning for the deprecated Class::MOP::Instance...
2009-03-16 Dave Rolsky docs for CMOP::Instance
2009-03-16 Dave Rolsky docs for CMOP::Instance
2009-03-12 Dave Rolsky bump copyright year to 2009
2009-03-08 Shawn M Moore Semi-hack to fix the rebless + overload behavior on 5.8
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-20 Dave Rolsky Make the meta-instance class take a bare attribute...
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 update version for release and update changes
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-21 Dave Rolsky Document get_all_attributes method
2008-08-21 Yuval Kogman get_all_attributes for MI
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-13 Yuval Kogman _new for Instance
2008-08-10 Yuval Kogman deprecate bless_instance_structure
2008-08-10 Yuval Kogman small fixes & optimizations in Meta::Instance
2008-08-10 Yuval Kogman explicit meta instance dependencies
2008-08-08 Yuval Kogman attributes attribute for Class::MOP::Instance
2008-08-08 Yuval Kogman more fixes for Instance's constructor
2008-08-08 Yuval Kogman slots as a hash is a hack in Instance, partway fix...
2008-08-08 Yuval Kogman proper constructor for Instance
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-04 Shawn M Moore Bump version to 0.65
2008-08-02 Yuval Kogman inline initialize slot didn't match non inline
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-06-12 Shawn M Moore Fix some typos in Instance doc
2008-03-11 Stevan Little Class::MOP fixes
2008-02-08 Stevan Little bunch of doc fixes
2008-02-07 Stevan Little tweaking the attribute initializer stuff a little
2008-02-07 Ricardo SIGNES tweak the initializer args, document set_initial_value
2008-02-04 Ricardo SIGNES give the initializer a test
2008-02-04 Ricardo SIGNES allow an initilizer to be set for attributes
2008-02-03 Yuval Kogman meta instance doc improvements
2008-01-29 Yuval Kogman microoptimization in Class::MOP::Instance
2008-01-28 Stevan Little adding to changelog and changing versions
2008-01-27 Yuval Kogman get_{init_args,attribute_values}
2008-01-27 Shawn M Moore Some simplifications and corrections suggested by nothi...
2008-01-27 Shawn M Moore Add Instance->get_all_slot_values and tests
2008-01-14 Shawn M Moore Some test/doc issues ferreted out by fixing my Class... 0_51
2008-01-12 Shawn M Moore Add Class::MOP::Class->rebless_instance, Class::MOP...
2007-12-31 Stevan Little copyright date changes on Class::MOP
next