gitmo/Mouse.git
2009-09-20 gfx Refactoring
2009-09-20 gfx Save global variables (Mouse/Util.pm)
2009-09-20 gfx Fix Changes
2009-09-20 gfx Merge branch 'master' into topic/more-compatible
2009-09-17 sunnavy bump version to 0.30
2009-09-17 sunnavy update Changes for 0.29
2009-09-17 sunnavy small test update
2009-09-17 gfx Fix meta() and initialize() for more compatibility
2009-09-17 gfx Add missing is => 'bare' to a test
2009-09-17 gfx Merge branch 'topic/more-compatible' of gitmo@moose...
2009-09-17 gfx Warn about missing associated methoes, instead of die.
2009-09-17 gfx Make $role->get_method_list() include meta() (Moose...
2009-09-17 gfx Improve type constraint stuff
2009-09-17 gfx Support is => 'bare' for compatibility
2009-09-17 gfx Make generators private
2009-09-17 gfx Use mkpath instead of make_path in Makefile.PL
2009-09-17 gfx Move MethodAccessor stuff to Attribute
2009-09-16 sunnavy Moose role class has ->meta in method_list since 0...
2009-09-15 gfx Make $role->get_method_list() include meta() (Moose...
2009-09-15 gfx Improve type constraint stuff
2009-09-15 gfx Support is => 'bare' for compatibility
2009-09-15 gfx Make generators private
2009-09-15 gfx Use mkpath instead of make_path in Makefile.PL
2009-09-15 gfx Move MethodAccessor stuff to Attribute
2009-09-09 sunnavy bump to 0.29
2009-09-08 sunnavy update changes
2009-09-08 sunnavy make auto_deref also handles isa not only ArrayRef...
2009-07-03 Shawn M Moore Only unlink Mouse::Tiny if it exists, otherwise autodie...
2009-07-02 Shawn M Moore autodie in generate-mouse-tiny.pl
2009-07-02 Shawn M Moore Typo fix
2009-07-02 Matt S Trout fixup Makefile.PL to generate Mouse/Tiny.pm so we actua...
2009-07-02 Shawn M Moore Bump to 0.28
2009-07-02 Shawn M Moore 0.27 changes 0.27
2009-07-01 Shawn M Moore Transfer copyright to II
2009-07-01 Shawn M Moore Maintenance section
2009-07-01 Shawn M Moore You need CMM::Fast not Data::Util (which it uses)
2009-07-01 Shawn M Moore Some more pro-Moose propaganda
2009-07-01 Tomas Doran... Bump to 0.27, Sartak style :)
2009-07-01 Tomas Doran... Add date to changelog 0.26
2009-07-01 Tomas Doran... Fix issue reported by ArjenL in #moose
2009-06-19 Shawn M Moore Bump to 0.26
2009-06-19 Shawn M Moore 0.25 Changes 0.25
2009-06-15 Shawn M Moore Bump to 0.25
2009-06-15 Shawn M Moore Don't warn about squirrel deprecations 0.24
2009-06-15 Shawn M Moore 0.24 changes
2009-06-14 Shawn M Moore This fails with older Moose. Not sure which version...
2009-06-10 Tokuhiro Matsuno added Mouse->init_meta
2009-06-09 Tokuhiro Matsuno Mouse code has a lot of '{' and '}', q{} is dangerous.
2009-06-09 Tokuhiro Matsuno construct_instance is obsolated, use construct_instance...
2009-06-09 Tokuhiro Matsuno update the test code from latest moose repo
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 0.23 date 0.23
2009-05-27 Shawn M Moore mro::get_linear_isa -> Mouse::Util::get_linear_isa
2009-05-27 Shawn M Moore Changes
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 add minimum version for Test::More and Test::Exception...
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-21 Shawn M Moore 0.22 Changes 0.22
2009-04-15 Shawn M Moore Make sure that role overrides work as specced
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-13 Tokuhiro Matsuno added workaround for autogenerated Moose test
2009-04-11 Shawn M Moore Bump to 0.22
2009-04-11 Shawn M Moore 0.21 date 0.21
2009-04-11 Shawn M Moore Update Changes
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 Tokuhiro Matsuno Merge branch 'master' of gitmo@jules.scsys.co.uk:Mouse
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 Mouse 0.21 Changes
2009-04-11 Tokuhiro Matsuno fixed pod mark up bug. and added Test::Pod test.
2009-04-11 Tokuhiro Matsuno compatibility test is generating automatically.ignore it.
2009-04-10 Joel Bernstein Fix test failures when user does not have C::Method...
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-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...
next