bump version to 0.65
[gitmo/Moose.git] / lib / Moose / Meta / Method / Constructor.pm
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...
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-05-28 Stevan Little adding error message
2008-05-25 Stevan Little 0.45
2008-05-24 Dave Rolsky add a trustme for intialize_body, rather than actually...
2008-05-24 Robert Boone so Moose::Meta::Method::Constructor can pass pod_coverage
2008-05-24 Shawn M Moore Add a confess to intialize_body in the Moose::Meta...
2008-05-19 Stevan Little no more XS mah!
2008-05-13 Stevan Little fixing the trigger/constructor bug
2008-04-12 Yuval Kogman fix typo in initialize_body method
2008-03-22 Stevan Little moving stuff around a bit
2008-03-21 Dave Rolsky Fix a small comment typo
2008-03-21 Dave Rolsky An immutable constructor called non-lazy attribute...
2008-02-14 Stevan Little 0.37
2008-02-07 Stevan Little more tests and the constructor stuff as well
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2008-01-27 Yuval Kogman init_arg can be undef
2008-01-26 Shawn M Moore (no commit message)
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-22 Stevan Little some version changes and such
2008-01-22 Stevan Little this is not needed now
2008-01-22 Stevan Little this is not needed now
2008-01-22 Dave Rolsky Moose 0.34 broke the ability to make a Meta class immut...
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-13 Yuval Kogman correct usage of compiled_type_constraint
2008-01-10 Stevan Little doc fixes, version updates and changelog
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman overload::Overloaded calls are superflous, overlaod...
2008-01-07 Yuval Kogman Generated methods now actually use optimized type const...
2008-01-04 Yuval Kogman Merge 'trunk' into 'Moose-moosex_compile_support'
2007-12-31 Stevan Little updating copyright dates
2007-12-18 Yuval Kogman yay
2007-12-11 Stevan Little foo
2007-12-10 Yuval Kogman Constructor and Destructor inherit Class::MOP::Method...
2007-11-15 Guillermo Roditi bug in inlined constructor and tests 0_30 0_31
2007-11-13 Guillermo Roditi builder inline accessor bug fix and new test
2007-11-13 Guillermo Roditi inlined constructor correction for lazy_build and new...
2007-09-14 Stevan Little eilaras bug fixed and tested
2007-09-06 Stevan Little overload fix
2007-09-06 Stevan Little overload fix
2007-08-02 Stevan Little foo
2007-06-10 Matt S Trout fix inline constructor for hierarchy with multiple...
2007-05-03 Matt S Trout horrible hack to make immutability on Moose class exten...
2007-03-11 Stevan Little 0.18 ... pretty much ready to go
2007-02-21 Stevan Little adding 2007 to the copyright list
2007-02-01 Stevan Little merging the immutable branch into trunk
2006-11-27 Stevan Little foo
2006-11-14 Stevan Little foo
2006-11-10 Stevan Little It Works, *AND* Its Fast(er)
2006-11-10 Stevan Little Moose Immutable