gitmo/Mouse.git
2009-04-10 Shawn M Moore Be more damning of Mouse, more Squirrel deprecation 0.20
2009-04-10 Shawn M Moore Deprecate Squirrel
2009-04-10 Shawn M Moore Add wu-lee to authors
2009-04-10 Shawn M Moore More 0.20 changes
2009-04-09 Shawn M Moore Move 0.20 changes into the right section
2009-04-09 Shawn M Moore throws_ok -> todo
2009-04-09 Yuval Kogman get_all_attributes
2009-04-07 Tokuhiro Matsuno fixed test count
2009-04-06 wu-lee Added Changes note about metaclass accessors.
2009-04-06 wu-lee Added metaclass cache accessor methods (straight from...
2009-04-06 wu-lee Whoops. This should have been included in the previous...
2009-04-06 wu-lee Added latest bugfix to Changes.
2009-04-06 wu-lee Fixed bug in the immutable constructor. It now redispa...
2009-04-06 wu-lee Changes to date added for wu-lee.
2009-04-06 Tokuhiro Matsuno added benchmark script for C::A::Fast
2009-04-04 Tokuhiro Matsuno do not create a copy of argument, if not needed
2009-04-03 wu-lee Added test for the correct application order when multi...
2009-04-03 wu-lee Added test for the correct BUILD order after immutable...
2009-04-03 wu-lee Fixed a bug in the compiled constructor - it was invoki...
2009-04-03 wu-lee Type coercions should be added to the front of the...
2009-04-03 wu-lee Adjusted default 'isa' typeconstraint construction...
2009-04-03 wu-lee Correct error message to include 'Maybe' as implemented...
2009-04-03 Tokuhiro Matsuno scope makes slower!mouse's constructer is faster than...
2009-04-03 Tokuhiro Matsuno use compiled_constraints directly. performance enhancement.
2009-04-03 Tokuhiro Matsuno refactoring the duplicated vars
2009-04-03 Tokuhiro Matsuno split accessor generator from the Meta::Attribute.
2009-04-02 Tokuhiro Matsuno use compiled type constraints. this change makes faster :)
2009-04-02 NAKAGAWA Masaki Meta::Class->does_role searches isa for Moose compatibility
2009-04-02 Tokuhiro Matsuno added benchmark case for setter, getter
2009-04-02 Tokuhiro Matsuno less deps in Makefile.PL
2009-04-02 Tokuhiro Matsuno generate moose compatibility test automatically
2009-04-02 Tokuhiro Matsuno ignore *.old file
2009-04-02 Tokuhiro Matsuno t/900_bug/001_immutable_types.t: oops. 'package B'...
2009-04-02 Tokuhiro Matsuno oops. i forgot to change make_immutable code.
2009-04-02 Tokuhiro Matsuno rebirth the find_type_constraint for backward compatibility
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...
2009-04-02 Tokuhiro Matsuno added Meta::Class->add_attribute_list for Moose compati...
2009-04-02 Tokuhiro Matsuno more strict argument check. Mouse does not support...
2009-04-02 Tokuhiro Matsuno added Meta::Class->has_method($name)
2009-04-02 Tokuhiro Matsuno added comment
2009-04-02 Tokuhiro Matsuno make a subtype for each Mouse class This behavior is...
2009-04-02 Daisuke Maki... look under %TYPE first
2009-04-02 Daisuke Maki... Export find_type_constraint
2009-04-02 Daisuke Maki... Add a dummy TypeConstraint namespace so you can treat...
2009-04-02 Daisuke Maki... move stuff from Meta::Attribute to Util::TypeConstraint...
2009-04-02 Daisuke Maki... fix portability between Moose/Mouse's class_type
2009-04-02 Daisuke Maki... implement Maybe
2009-04-02 Tokuhiro Matsuno much faster impl. for constructor/accessor. this is...
2009-04-01 Shawn M Moore Update error message to match Moose's
2009-04-01 Shawn M Moore Forbid undef passed to new for Moose compat
2009-04-01 Shawn M Moore TODO package A;our @VERSION passing is_class_loaded
2009-04-01 Shawn M Moore Need to actually be tests to be usefully todo'd
2009-04-01 Shawn M Moore Turn the throws_ok failures into TODO tests
2009-04-01 Shawn M Moore Fix another keyword regex
2009-04-01 Shawn M Moore Fix version check
2009-04-01 Shawn M Moore Fix use of meta-attr in trigger
2009-04-01 Shawn M Moore Remove third argument to trigger
2009-03-31 Nick Woolley Added a new test, essentially the code posted in RT...
2009-03-30 Nick Woolley Modified glob asignment to be coderef assignment. ...
2009-03-27 Nick Woolley Implemented Mouse::Role->does; modified Mouse::Meta...
2009-03-27 Nick Woolley Implemented Moose::Object::does, borrowing from Moose...
2009-03-08 Shawn M Moore Bump to 0.20
2009-03-08 Shawn M Moore 0.19 0.19
2009-03-08 Shawn M Moore 0.19 changes
2009-03-08 Shawn M Moore Avoid depending on method modifiers again
2009-03-08 Shawn M Moore Don't use a method modifier in a test, since they may...
2009-03-07 Daisuke Maki oops, that used confess
2009-03-07 Daisuke Maki Make coercion work for parameterized types
2009-03-07 Daisuke Maki properly commit the newly created parameterized type...
2009-03-07 Daisuke Maki I want parameterized types... I want it!
2009-03-07 Tokuhiro Matsuno oops. we want to use 'metaclass' in role, too :(
2009-03-07 Shawn M Moore Bump to 0.19
2009-03-07 Shawn M Moore No reason to do a string eval here
2009-03-07 Shawn M Moore 0.18 changes
2009-03-07 Shawn M Moore No real reason for MOUSE_DEBUG these days
2009-03-07 Shawn M Moore No need to skip these tests, since tokuhirom++ implemen...
2009-03-07 Shawn M Moore More gitignore files
2009-03-07 Shawn M Moore Just always depend on Scalar::Util 1.14
2009-03-04 Tokuhiro Matsuno added YourClass->meta->add_attribute(foo => (is =>...
2009-03-04 Tokuhiro Matsuno support Mouse->import({into_level => 1}).
2009-03-04 Tokuhiro Matsuno added .gitignore file for git-svn users
2009-03-04 Daisuke Maki reverting change: the correct answer is,
2009-03-03 Daisuke Maki check for has_default too
2009-03-02 Tokuhiro Matsuno depend to Scalar::Util 1.14.
2009-03-02 Tokuhiro Matsuno micro optimization for method modifiers.
2009-03-01 Tokuhiro Matsuno added attribute metaclass support.
2009-02-23 Shawn M Moore Throw a more useful error when users try to use a param...
2009-02-18 Shawn M Moore Bump to 0.18
2009-02-18 Shawn M Moore Changes, bump to 0.17 for release
2009-02-14 Chris Prather Add dump method from Moose::Object into Mouse::Object
2009-02-12 Tokuhiro Matsuno added Mouse::Util::apply_all_roles to @EXPORT_OK for...
2009-02-10 Shawn M Moore Load mro directly if Perl is recent enough (Nicholas...
2009-02-10 Shawn M Moore Update Changes
2009-02-10 Shawn M Moore Include CMMF in t/000-load
2009-02-10 Shawn M Moore Skip these tests if you have an old Moose
2009-02-10 Shawn M Moore Describe which versions of Moose we need when we skip...
2009-02-10 Shawn M Moore Throw a better error message when using a method modifi...
2009-02-10 Shawn M Moore Name for Mouse::Role
2009-02-09 Shawn M Moore Support for anonymous enums: enum [elements]
2009-02-05 Jesse Vincent Moose's make_immutable returns true allowing calling...
next