Remove useless check code
[gitmo/Mouse.git] / lib / Mouse /
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 Add first XS implementation
2009-10-24 gfx Use get_method_body(), instead of can()
2009-10-24 gfx Lazy load Mouse::Meta::Role
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-24 gfx Merge branch 'master' into blead
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 Mouse and Mouse::Roles does export their sugars to...
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-19 gfx Add "use Mouse -traits => [...]" support, but not yet...
2009-10-15 gfx Fix an issue in Mouse::Object::new to throw informative...
2009-10-14 gfx Update Mouse::Spec
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 Fix RT #50421
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add SYNOPSIS to Mouse::Spec
2009-10-13 gfx Fix a sentence in a pod
2009-10-13 gfx Update documents
2009-10-13 gfx Add $VERSION to Mouse::Role to allow "use Mouse::Role...
2009-10-13 gfx Add "Incompatibility with Moose" section to Mouse:...
2009-10-13 gfx Add VERSION section to pods
2009-10-12 gfx Revert "Skip class_type etc stack frames when checking...
2009-10-12 gfx Checking in changes prior to tagging of version 0.37_06... 0.37_06
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-10 gfx Creates role_type in Mouse::Role::init_meta
2009-10-09 gfx Checking in changes prior to tagging of version 0.37_05... 0.37_05
2009-10-09 gfx Fix a typo
2009-10-09 gfx Add notes for Moose::Cookbook
2009-10-09 gfx Fix meta initialization in Mouse::Exporter
2009-10-09 gfx Fix a bug about immutablizing anonymous classes
2009-10-09 gfx Add build_import_methods to Mouse::Exporter
2009-10-09 gfx Remove a Moose-imcompatible warning
2009-10-09 gfx Add "optimize_as" sugar to TC
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 version 0.37_04
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 subtype $name
2009-10-08 gfx Fix some issues on attributes
2009-10-08 gfx Check superclasses not to inherit from roles
2009-10-08 gfx Add note to general methods
2009-10-08 gfx Very tiny tweaks
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-08 gfx Add newline to the end of the file
2009-10-08 gfx Fix Mouse::Exporter to work with Mouse::Tiny
2009-10-07 gfx version 0.37_03
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 Canonicalize the name of union types
2009-10-07 gfx Retrieve @EXPORT, which is no longer used, but defined...
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 Fix a bit
2009-10-07 gfx Make Mouse::Exporter to provide export_to_level() and...
2009-10-07 gfx Tweaks and documenting Mouse::Exporter
2009-10-07 gfx Switch to Mouse::Exporter
2009-10-07 gfx Fix several issue on Mouse::Exporter
2009-10-07 gfx s/group/groups/
2009-10-07 gfx Refactor and optimize Mouse::Exporter
2009-10-06 Shawn M Moore Skip class_type etc stack frames when checking the...
2009-10-06 gfx Use Mouse::Exporter
2009-10-06 gfx Fix do_unimport and related stuff
2009-10-06 gfx Work for 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 Remove old, unused variables
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 Fix meta() method
2009-10-03 gfx Fix pods
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-03 gfx version 0.37_02
2009-10-02 gfx Add get_read_method_ref and get_write_method_ref. Remov...
next