gitmo/Mouse.git
2009-09-22 gfx Add various things
2009-09-22 gfx Implement confliction checks in roles
2009-09-22 gfx Add Mouse::Util::english_list()
2009-09-22 gfx Add a comment
2009-09-22 gfx Add some test files
2009-09-22 gfx Copy .shipit from Moose
2009-09-22 gfx Fix tests
2009-09-22 gfx Add Mouse->moose_version for compatible Moose version...
2009-09-22 gfx version 0.31
2009-09-22 gfx Note failures in 5.10.1, but I don't know why it happens
2009-09-22 gfx Changelogging
2009-09-22 gfx Change, Fix, Improve
2009-09-22 gfx Fix Makefile.PL to remove old xt/compatibility/* tests...
2009-09-21 gfx Changelogging
2009-09-21 gfx Remove xt/compatibility/* at make clean
2009-09-21 gfx More compatibility
2009-09-21 gfx Update .gitignore and add MANIFEST.SKIP
2009-09-21 gfx Remove a version check
2009-09-21 gfx Add my name to AUTHORS
2009-09-21 gfx Release date
2009-09-21 gfx Fix typos in tests
2009-09-21 gfx Merge branch 'master' into topic/more-compatible
2009-09-21 gfx Add TODO
2009-09-21 gfx Use scalar(caller) instead of caller in list context
2009-09-21 gfx Make anonymous classes work correctly
2009-09-21 gfx Mouse::Role improved
2009-09-21 gfx A tiny tweak
2009-09-21 gfx Remove an unused method
2009-09-21 gfx Fix tests for accessors
2009-09-21 gfx Add Meta/Method/Accessor.pm
2009-09-21 gfx (Re-)organize Method Accessor, implementing has .....
2009-09-21 Tokuhiro Matsuno this test fails with older moose
2009-09-21 gfx Add a test file for throw_error()
2009-09-21 gfx Use throw_error() instead of confess()
2009-09-21 gfx Add my name to Changes
2009-09-21 gfx Remove duplications and cleanup
2009-09-20 gfx Add has_x_method_modifiers, but not yet tested
2009-09-20 gfx Changelogging
2009-09-20 gfx Creanup
2009-09-20 gfx Cleanup
2009-09-20 gfx Move M::Util::(version|authority|identifier) to M:...
2009-09-20 gfx Fix a bug related to the randomized hash keys.
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...
next