Add mouse_get_xa()
[gitmo/Mouse.git] / lib / Mouse / Meta /
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
2009-10-27 gfx Compat for Moose
2009-10-27 gfx Move add_method into XS
2009-10-26 gfx Split accessor generators into Accessor.pm and Delegati...
2009-10-26 gfx More _generate_class_type_for()
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx Implement XS accessor generators
2009-10-25 gfx Tweak for Meta::Method
2009-10-25 gfx Use get_code_ref()
2009-10-25 gfx built-in type constraints in XS
2009-10-24 gfx Remove useless check code
2009-10-24 gfx _get_code_ref() and get_linear_isa() in XS
2009-10-24 gfx Move ::Meta::Module::namespace into XS
2009-10-24 gfx Move accessors into XS
2009-10-24 gfx Use get_method_body(), instead of can()
2009-10-24 gfx Rename ::Meta::Method::new to ::Meta::Method::wrap...
2009-10-24 gfx Make method generators extensible
2009-10-24 gfx Fix the NAME in Mouse::Meta::Method::Destructor
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-19 gfx Fix subtyping issue
2009-10-19 gfx Revert "Ignore fatal errors in "traits" resolution...
2009-10-19 gfx Add calculate_all_roles() to Meta::Class/Meta::Role
2009-10-19 gfx Ignore fatal errors in "traits" resolution. This is...
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Fix RT #50422
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add VERSION section to pods
2009-10-12 gfx Add a comment
2009-10-12 gfx Tidy
2009-10-12 gfx Fix role application to instances
2009-10-12 gfx Resolve a 'failing' test, although it has some TODOs
2009-10-10 gfx Add localization of $@ and $? in DESTROY
2009-10-10 gfx Add regexp handles
2009-10-09 gfx Fix a bug about immutablizing anonymous classes
2009-10-09 gfx Tidy for release
2009-10-09 gfx Remove Moose's comment
2009-10-09 gfx Move non-useful, Moose-specific methods into t/lib...
2009-10-08 gfx A tweak for backward compatibility
2009-10-08 gfx Fix a possible syntax error in generated constructor
2009-10-08 gfx Fix some issues on attributes
2009-10-08 gfx Check superclasses not to inherit from roles
2009-10-08 gfx Tiny tweaks
2009-10-08 gfx Re-implement role composition, which was implemented...
2009-10-08 gfx add_method() stores code references instead of a true...
2009-10-07 gfx Implement 'does' attribute in has()
2009-10-07 gfx Fix an accessor generator to accept role application...
2009-10-07 gfx Implement role application to instances
2009-10-07 gfx More compatibility
2009-10-07 gfx Refactor and optimize Mouse::Meta::Method::Accessor
2009-10-07 gfx Refactor and optimize Mouse::Meta::Method::Accessor
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-05 gfx Refactor install_accessor() and related stuff
2009-10-04 gfx Add find_attribute_by_name()
2009-10-04 gfx Implement augment/inner
2009-10-04 gfx add_method() accepts method objects
2009-10-04 gfx Refactor the override method modifier code to reduce...
2009-10-04 gfx Fix clone_and_inherit_options() to take 'traits' and...
2009-10-03 gfx Fix issues on 5.6.2
2009-10-03 gfx Fix class/role creation
2009-10-03 gfx Cleanup
2009-10-03 gfx Comment deprecated methods
2009-10-03 gfx Fix previous changes
2009-10-03 gfx Refactor create() and DESTORY() in Mouse::Meta::Module
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
2009-10-02 gfx Mouse::Meta::Class and Mouse::Meta::Role are now extens...
2009-10-02 gfx Add a test file to extend metaclasses
2009-10-02 gfx Tidy
2009-10-02 gfx Deprecate compute_all_applicable_attributes() and get_a...
2009-10-01 gfx Tiny tweaks
2009-10-01 gfx Tidy
2009-10-01 gfx Remove some private or useless methods/functions from...
2009-09-30 gfx A tiny tweak
2009-09-30 gfx Remove an unused method
2009-09-30 gfx Fix an issue tested in t/040_type_constraints/025_type_...
2009-09-30 gfx Deprecate two internal methods: coerce_constraint(...
2009-09-30 gfx Add a semicolon
2009-09-30 gfx Tidy
2009-09-30 gfx Move type coercion mechanism from Util/TypeConstraints...
next