bump version to 0.87
[gitmo/Moose.git] / lib / Moose / Meta / Method / Constructor.pm
2009-07-07 Dave Rolsky bump version to 0.87 0.87
2009-07-03 Dave Rolsky bump version to 0.86
2009-06-26 Dave Rolsky bump version to 0.85 0.85
2009-06-26 Dave Rolsky bump version to 0.84 0.84
2009-06-23 Dave Rolsky bump version to 0.83
2009-06-22 Dave Rolsky bump version to 0.82
2009-06-21 Dave Rolsky work with Inlined changes in CMOP
2009-06-07 Dave Rolsky bump version to 0.81 0.81
2009-06-06 Dave Rolsky bump version to 0.80
2009-05-13 Dave Rolsky bump version to 0.79 0.79
2009-05-12 Dave Rolsky bump version to 0.78
2009-05-02 Dave Rolsky bump version to 0.77 0.77
2009-04-25 Dave Rolsky bump version to 0.76
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2009-04-23 Dave Rolsky bump version to 0.75_01 0.75_01
2009-04-20 Yuval Kogman Merge branch 'no_immutable_transformer'
2009-04-20 Dave Rolsky bump version to 0.75 0.75
2009-04-19 Yuval Kogman Update for removal of immutable transformer
2009-04-07 Dave Rolsky bump version to 0.74
2009-04-06 Dave Rolsky bump version 0.73_02
2009-04-05 Dave Rolsky bump version to 0.73_01 0.73_01
2009-04-05 Dave Rolsky Merge branch 'renames-and-deprecations'
2009-04-05 Dave Rolsky account for latest deprecations in CMOP
2009-03-31 Dave Rolsky Move methods so they are in order of use
2009-03-31 Dave Rolsky Fix some bizarro indentation with perltidy
2009-03-30 Hans Dieter Pearcey fix RT#44429 after discussion on the mailing list
2009-03-27 Dave Rolsky bump version and update Changes 0.73
2009-03-27 Dave Rolsky Make MMMC->initialize_body private (there is a public...
2009-03-26 Dave Rolsky bump version and update Changes
2009-03-23 Dave Rolsky Merge branch 'refactor-immutable'
2009-03-21 Dave Rolsky Make MM::Method::Constructor a subclass of CMOP::Method...
2009-03-21 Dave Rolsky Remove the long-deprecated intliaze_body method
2009-03-21 Dave Rolsky docs for MM::Method::Constructor.
2009-03-21 Dave Rolsky Refactored to make _generate_triggers a lot less nesty...
2009-03-20 Ash Berlin Make Meta::Method::Constructor easier to subclass
2009-03-19 Dave Rolsky Changes to work with refactoring of immutable code...
2009-03-19 Dave Rolsky Changes to work with refactoring of immutable code...
2009-03-03 Daisuke Maki additional warning
2009-02-24 Dave Rolsky bump version and update Changes for release 0.72
2009-02-23 Dave Rolsky Handle Foo->new(undef) consistently, with an error...
2009-02-22 Dave Rolsky make a dev version to go with the CMOP release
2009-02-22 Dave Rolsky bump version
2009-02-20 Dave Rolsky Changes to work with 0.78 meta-instance code, which...
2009-02-20 Dave Rolsky We need to make sure Moose is loaded before using
2009-02-19 Dave Rolsky bump version to 0.71 0.71
2009-02-14 Dave Rolsky bump version to 0.70 0.70
2009-02-12 Dave Rolsky bump version and update release date 0.69
2009-02-08 Jesse Luehrs can_be_inlined was specified twice in the pod's method...
2009-02-04 Dave Rolsky bump version to 0.68
2009-02-04 Lars Dieckow more typo fixes
2009-02-04 Dave Rolsky bump version and update changes for next release 0.67
2009-02-03 Dave Rolsky bump version to 0.66 0.66
2009-02-03 Dave Rolsky bump copyright date to 2009
2009-01-22 Dave Rolsky bump version to 0.65 0.65
2009-01-17 Yuval Kogman whitespace
2009-01-17 Yuval Kogman use _compile_code in Constructor
2009-01-17 Yuval Kogman Merge branch 'master' into method_generation_cleanup
2008-12-31 Dave Rolsky add release date and bump version
2008-12-12 Matt S Trout move across to _eval_closure hashref style
2008-12-12 Matt S Trout Merge 'trunk' into 'method_generation_cleanup'
2008-12-09 Matt S Trout unsupport passing meta-attr object to triggers because...
2008-12-08 Dave Rolsky bump version to 0.63 0.63
2008-12-05 John Napiorkowski changes to the way Moose::Meta::TypeConstraint passed...
2008-12-05 Dave Rolsky bump version and update Changes
2008-12-05 Dave Rolsky Handle defaults with quote-breaking values correctly...
2008-12-05 Matt S Trout use _eval_closure
2008-12-05 Dave Rolsky Fix pod coverage
2008-12-05 Dave Rolsky If the constructor in a parent class has method modifie...
2008-12-04 Dave Rolsky Don't bother checking the expected constructor class...
2008-12-04 Dave Rolsky Ok, I was getting a little wacky.
2008-12-04 Dave Rolsky Make sure that whenever we don't inline, we warn, and...
2008-12-04 Dave Rolsky The last checkin was broken in the case where class...
2008-12-04 Dave Rolsky Break the long string into two lines
2008-12-04 Dave Rolsky Implement a can_be_inlined method for MMM::Constructor...
2008-12-04 Dave Rolsky bump version and update changes. 0.62_01
2008-11-26 Dave Rolsky bump version to 0.62
2008-11-21 Chris Prather remove the number check from M:M:Constructor.pm to...
2008-11-01 Dave Rolsky used perl-reversion to bump version to 0.61
2008-10-23 Dave Rolsky bump all versions to 0.60
2008-10-14 Dave Rolsky bump version to 0.59 0.59
2008-09-04 Yuval Kogman Moose::throw_error -> Moose->throw_error
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-04 Yuval Kogman bah
2008-08-08 Yuval Kogman remove Perl 6 attribute naming style
2008-08-05 Tomas Doran Fix the inlined code generated for immutable constructo...
2008-08-04 Shawn M Moore Bump to 0.56
2008-07-22 Stevan Little rolling back
2008-07-18 Paul Driver Added support for fancy triggers, and a test.
2008-07-14 Yuval Kogman Constructor throw_error
2008-07-08 Stevan Little some refactoring of handles
2008-07-03 Stevan Little 0.55 setup
2008-07-03 Stevan Little setting up 0.53
2008-06-28 Yuval Kogman remove my cargoculted abuse of ref() (it never returns...
2008-06-27 Shawn M Moore Bump to 0.52
2008-06-27 Shawn M Moore Bump us up to 0.51
2008-06-26 Yuval Kogman avoid uninitialized warning on ->new(nonref)
2008-06-26 Yuval Kogman test for BUILDARGS
2008-06-26 Yuval Kogman BUILDARGS, but no tests yet
2008-06-23 Dave Rolsky Make the immutable constructor provide the same nice...
next