Bump to 0.27, Sartak style :)
[gitmo/Mouse.git] / lib /
2009-07-01 Tomas Doran (t0m) Bump to 0.27, Sartak style :)
2009-06-19 Shawn M Moore Bump to 0.26
2009-06-15 Shawn M Moore Bump to 0.25
2009-06-10 Tokuhiro Matsuno added Mouse->init_meta
2009-06-09 Tokuhiro Matsuno latest moose inlining destructor by default
2009-05-27 Shawn M Moore Bump to 0.24
2009-05-27 Shawn M Moore mro::get_linear_isa -> Mouse::Util::get_linear_isa
2009-05-27 Shawn M Moore If the metaclass has been collected, use mro::linearize...
2009-05-27 Shawn M Moore Mouse::class_of
2009-05-04 Chris Prather set perl version to 5.008 and document 5.6.2 bugs in POD
2009-04-21 Shawn M Moore Bump to 0.23
2009-04-15 Shawn M Moore Use $value instead of $_ in the constructor, since...
2009-04-15 Shawn M Moore Clean up verify_against_type_constraint
2009-04-13 Tokuhiro Matsuno bug fixed. test is very important things!
2009-04-11 Shawn M Moore Bump to 0.22
2009-04-11 Tokuhiro Matsuno added typeconstraint's customizable error message support.
2009-04-11 Tokuhiro Matsuno tckect #42992: Method modifiers affect all classes...
2009-04-11 Tokuhiro Matsuno Moose says 'The clone_instance method has been made...
2009-04-11 markstos eep, don't advise contacting nothingmuch directly for...
2009-04-11 markstos Improve documentation for type constraints.
2009-04-11 markstos Document address of the public git repo.
2009-04-11 Tokuhiro Matsuno fixed pod mark up bug. and added Test::Pod test.
2009-04-10 Tokuhiro Matsuno class-mop says 'The compute_all_applicable_attributes...
2009-04-10 Shawn M Moore Bump to 0.21
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-09 Yuval Kogman get_all_attributes
2009-04-06 wu-lee Added metaclass cache accessor methods (straight from...
2009-04-06 wu-lee Fixed bug in the immutable constructor. It now redispa...
2009-04-04 Tokuhiro Matsuno do not create a copy of argument, if not needed
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 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 make a subtype for each Mouse class This behavior is...
2009-04-02 Daisuke Maki (lest... look under %TYPE first
2009-04-02 Daisuke Maki (lest... Export find_type_constraint
2009-04-02 Daisuke Maki (lest... Add a dummy TypeConstraint namespace so you can treat...
2009-04-02 Daisuke Maki (lest... move stuff from Meta::Attribute to Util::TypeConstraint...
2009-04-02 Daisuke Maki (lest... fix portability between Moose/Mouse's class_type
2009-04-02 Daisuke Maki (lest... 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 Fix another keyword regex
2009-04-01 Shawn M Moore Remove third argument to trigger
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-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 No real reason for MOUSE_DEBUG these days
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 Daisuke Maki reverting change: the correct answer is,
2009-03-03 Daisuke Maki check for has_default too
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 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...
2009-02-05 Shawn M Moore Implement get_all_method_names
2009-02-05 Shawn M Moore Factor out some bits of get_method_list so I can write
2009-02-05 Shawn M Moore Bump to 0.16
2009-02-05 Shawn M Moore Use Any::Moose instead!
2009-02-05 Shawn M Moore Doc adjustments
2009-02-05 Shawn M Moore MouseX::Types is now in its own dist
2009-02-05 Shawn M Moore Need to ignore override and super in the method list
2009-02-05 Shawn M Moore Back out the exists($_[1]) change since exists($array...
2009-02-05 Shawn M Moore Implement override/super
2009-02-05 Shawn M Moore Implement basic usage of "enum" type constraints
2009-02-05 Shawn M Moore Don't require there to be a BUILDARGS method; fix undef...
2009-02-05 Shawn M Moore Settle for respecting inline_constructor for now
2009-02-05 Shawn M Moore Ensure that we're not blowing away an inherited constructor
next