More tests
[gitmo/Moose.git] / lib / Moose / Meta / Method /
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-16 Dave Rolsky This need to subclass Class::MOP::Method::Generated too
2008-09-16 Yuval Kogman error tests and fixes
2008-09-15 Dave Rolsky Move the generation of delegation methods into MM:...
2008-09-11 Dave Rolsky Actually implement associated_attribute for delegation...
2008-09-11 Dave Rolsky Add Moose::Meta::Method::Delegation and use it for...
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 ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-04 Yuval Kogman bah
2008-09-03 Dave Rolsky bump version and update changes for release later today...
2008-09-01 Dave Rolsky Handle the case where $instance ends up resolving to...
2008-09-01 Dave Rolsky Pass the invocant name to _inline_check_lazy for consis...
2008-09-01 Dave Rolsky bump version to 0.56 and update changes for release 0.56
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
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-26 Yuval Kogman Method::Accessor throw_error code
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-06-03 Yuval Kogman Fix Evan's required/writer/accessor bug
2008-05-29 Stevan Little 0.48
2008-05-28 Stevan Little fixing the destructor, so it doesnt need to be created
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-16 Stevan Little adding changes and fixing some version numbers and...
2008-04-16 Yuval Kogman inner() and super() no longer increment sub_generation...
2008-04-13 Yuval Kogman Move the override logic into Method::Override
2008-04-12 Stevan Little Changelog
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-11 Stevan Little a bug fix and some tweaks 0_37
2008-02-07 Stevan Little more tests and the constructor stuff as well
2008-01-31 Stevan Little fixed demolish calls
2008-01-31 Stevan Little fixed demolish calls
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 capture less in accessors
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-30 Stevan Little fixing sartaks bug
2007-12-21 Stevan Little some doc tweaks
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-12-06 Shawn M Moore allow subclasses to decide whether we need to copy...
2007-11-15 Guillermo Roditi bug in inlined constructor and tests 0_30 0_31
2007-11-15 Guillermo Roditi optimize inlined accessors
2007-11-13 Guillermo Roditi error messgae fixes + new test
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-11-06 Guillermo Roditi changes so far
2007-10-29 Guillermo Roditi some optimizations to builder and lazy build along...
2007-10-26 Guillermo Roditi builder and lazy_build changes. note that this ups...
2007-09-20 Dave Rolsky This is a trivial change to make this class more easily
2007-09-19 Stevan Little adding fix for dexter
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
next