Implement strict constructors, which will warn unkown constructor arguments
[gitmo/Mouse.git] / lib / Mouse / Meta /
2010-02-20 gfx Implement strict constructors, which will warn unkown...
2010-02-19 gfx Add prototypes
2010-02-19 gfx Add argument currying for delegation
2010-02-19 gfx Add assert_valid() to Meta::TypeConstraint
2010-02-19 gfx Add type_parameter() and __is_parameterized() to Meta...
2010-02-13 gfx Checking in changes prior to tagging of version 0.50_01... 0.50_01
2010-02-13 gfx Mouse::Meta::Attribute->new warns about unknown, or...
2010-02-13 gfx Refactor Meta::TypeConstraint
2010-02-10 gfx Support the global destruction flag in DEMOLISH()
2010-02-08 gfx Support modifier by regexp
2010-02-08 gfx Checking in changes prior to tagging of version 0.50... 0.50
2010-02-08 gfx Simplify Mouse::Meta::Role::Composite::_apply_methods()
2010-02-08 gfx Add Mouse::Util::quoted_english_list()
2010-02-08 gfx $tc->coerce() throws an error if it has no coercion...
2010-02-08 gfx Add method decls in meta type constraint class.
2010-02-05 gfx Catch up to Moose 0.94 metaroles
2010-02-03 gfx Change a terminology; s/applicant/consumer/;
2010-02-02 gfx Checking in changes prior to tagging of version 0.49... 0.49
2010-01-31 gfx Checking in changes prior to tagging of version 0.48... 0.48
2010-01-16 gfx Use Mouse::Object::BUILDARGS, because it's safe and...
2010-01-15 gfx Checking in changes prior to tagging of version 0.47... 0.47
2010-01-11 gfx require Class::Method::Modifiers::Fast 0.041; this...
2010-01-11 gfx Move Mouse::Meta::Attribute::_process_options into XS
2010-01-09 gfx Checking in changes prior to tagging of version 0.46... 0.46
2010-01-09 gfx Remove long-deprecated features
2010-01-09 gfx Clean up deprecations
2010-01-09 gfx Apply a patch to support handle => sub { ... }, contrib...
2010-01-09 gfx CRLF to LF
2010-01-02 Goro Fuji Replace CRLF to LF with all the files
2009-12-22 gfx Checking in changes prior to tagging of version 0.4501... 0.4501
2009-12-20 gfx Add 'use warnings FATAL => "recursion"' to Accessor.pm
2009-12-19 gfx Tweaks for 5.6.2 0.45
2009-12-19 gfx Checking in changes prior to tagging of version 0.45...
2009-12-19 gfx Rename: s/verify_type_constraint_error/_throw_type_cons...
2009-12-19 gfx Change the signature of verify_type_constraint_error...
2009-12-19 gfx Change the internal delegation code
2009-12-18 gfx Move is_immutable into XS
2009-12-18 gfx Lazy load for Delegation class
2009-12-18 gfx Tidy
2009-12-18 gfx Rename variable names for clearity
2009-12-16 gfx Implement make_mutable :)
2009-12-16 gfx Add set_value/get_value/has_value/clear_value to Attribute
2009-12-13 gfx Fix accessor filenames
2009-12-09 gfx Checking in changes prior to tagging of version 0.44... 0.44
2009-12-07 gfx Checking in changes prior to tagging of version 0.43... 0.43
2009-12-07 gfx Add some document
2009-12-05 gfx Checking in changes prior to tagging of version 0.42... 0.42
2009-12-05 gfx Checking in changes prior to tagging of version 0.41... 0.41
2009-12-05 gfx Tidy
2009-12-03 gfx Make accessor generators extensible
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-12-03 gfx Add meta() method to method metaclasses
2009-11-28 gfx Skip class unload stuff in global destruction
2009-11-28 gfx Add immutable_optins
2009-11-28 gfx Fix meta method constructors
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-26 gfx Add a constant, MOUSE_XS
2009-11-26 gfx Remove method list without explanations
2009-11-26 gfx Fix metaclass compatibility resolution
2009-11-18 gfx Add public method list as TODO
2009-11-18 gfx Fix _reconcile_with_superclass_meta
2009-11-18 gfx Add metaclass compatibility stuff
2009-11-17 gfx Fix many 0.40_07
2009-11-17 gfx Add Mouse::Util::MetaRole
2009-11-17 gfx For Mouse::Util::MetaRole
2009-11-17 gfx Mouse::Object has meta() method
2009-11-17 gfx Tidy
2009-11-17 gfx Make some constants as class attributes
2009-11-16 gfx Fix default and weak stuff
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-16 gfx Remove "use Mouse::Meta::Method::Destructor"
2009-11-16 gfx DEMOLISH to XS
2009-11-16 gfx Mouse:::Meta::Method::Constructor is used only in pure...
2009-11-16 gfx Revert "Change inline_constructor => 0"
2009-11-16 gfx Optimize get_metaclass() in XS
2009-11-16 gfx Change inline_constructor => 0
2009-11-15 gfx Add _initialize_object()
2009-11-15 gfx Add $ignore_triggers option to _initialize_object()
2009-11-04 gfx Tweaks for speed
2009-11-03 gfx Remove an useless "use Scalar::Util" directive
2009-11-03 gfx Implement get_all_attributes in XS
2009-11-03 gfx Remove useless use of or-assign
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Tweaks
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-11-01 gfx Implement compile_type_constraint in XS
2009-11-01 gfx Simplify compile_type_constraint
2009-10-31 gfx Add comments
2009-10-31 gfx Fix associate_method()
2009-10-31 gfx Change is-a predicate stuff
2009-10-30 gfx Checking in changes prior to tagging of version 0.40_03... 0.40_03
2009-10-30 gfx Move parametarization code to Meta::TypeConstraint
2009-10-30 gfx Make type constraints always true
2009-10-30 gfx Add '|' operator to Meta::TypeConstraint (experimental)
2009-10-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-27 gfx No import
2009-10-27 gfx No meta programming in Mouse/Meta/Role.pm
2009-10-27 gfx Tidy
2009-10-27 gfx No import
2009-10-27 gfx Tweaks for compatibility
next