gitmo/Moose.git
2008-08-31 Dave Rolsky update MANIFEST - seriously, why is this in source... 0.55_04
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-31 Dave Rolsky merge meta-role-helper branch and update changes
2008-08-31 Dave Rolsky recipe was missing a number
2008-08-31 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-30 Jonathan Rockway use the mathematical definition of "natural number...
2008-08-30 Shawn M Moore Don't load in Data::Dumper (we don't even use it here!)
2008-08-30 Dave Rolsky Fix the MOP dep so it actually registers 0.55_03
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-30 Dave Rolsky Add changes for 0.55_03
2008-08-30 Dave Rolsky bump the Class::MOP dep to 0.64_07
2008-08-29 Dave Rolsky merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky When we reinitialize from the super meta class, we...
2008-08-29 Dave Rolsky revert back to code as it was before my depths into...
2008-08-29 Dave Rolsky remove some debugging junk
2008-08-29 Dave Rolsky This is about 50% of the way towards making
2008-08-29 Dave Rolsky Fix some broken tests (testing the wrong class)
2008-08-29 Dave Rolsky require the latest MOP 0.55_02
2008-08-29 Dave Rolsky why do we keep this in source control?
2008-08-29 Dave Rolsky Don't ship .shipit
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-29 Dave Rolsky Add a .shipit file
2008-08-29 Dave Rolsky Update changes for next release
2008-08-29 Dave Rolsky More tweaking of t0m's doc changes
2008-08-29 Dave Rolsky a little tweaking of t0m's doc changes
2008-08-29 Dave Rolsky Merge trunk to meta-role-helper branch
2008-08-29 Dave Rolsky Remove comment about updating the package cache flag...
2008-08-29 Dave Rolsky Update comment for this test, so it is more accurate.
2008-08-29 Dave Rolsky Adding a role changes the method map, but it will not...
2008-08-29 Dave Rolsky This test had a bug, and what it's testing is already...
2008-08-29 Tokuhiro Matsuno oops. i forgot to commit this method
2008-08-29 Dave Rolsky redo these tests using is_deeply
2008-08-29 Tokuhiro Matsuno added new test: t/030_roles/032_roles_alias_methods.t
2008-08-28 Dave Rolsky add a comment about package cache flags
2008-08-28 Dave Rolsky Expand the comment for this test
2008-08-28 Tomas Doran Add an explanation about Roles/Traits and the differenc...
2008-08-28 Dave Rolsky Clean the test up a little to use Test::Exception
2008-08-28 Tokuhiro Matsuno added new test case: t/030_roles/031_roles_applied_in_c...
2008-08-27 Dave Rolsky More tests that won't pass until _fix_metaclass_incompa...
2008-08-27 Dave Rolsky Add a long comment detailing what's not quite right...
2008-08-27 Dave Rolsky document subclass problem with metaclass roles
2008-08-27 Dave Rolsky Add more tests, including some that won't pass until...
2008-08-27 Dave Rolsky Rename $meta to $super_meta in _fix_metaclass_incompati...
2008-08-27 Dave Rolsky Remove another level of indentation for even more short...
2008-08-27 Dave Rolsky Remove some comments that are bogus now that we check...
2008-08-27 Dave Rolsky Refactored/reformatted _fix_metaclass_incompatibility...
2008-08-27 Dave Rolsky No need to remove the metaclass when we're calling...
2008-08-27 Dave Rolsky wrote extending recipe2 (role for object base class)
2008-08-27 Dave Rolsky Fix copyright year
2008-08-27 Dave Rolsky Add caveat about metarole experimental-ness
2008-08-26 Tomas Doran Add a load of docs to some of the under documented...
2008-08-26 Dave Rolsky Mark extending recipe 2 as TODO
2008-08-26 Dave Rolsky Added an overview "recipe" for Moose extensions
2008-08-26 Dave Rolsky renamed some recipes in prep for adding extension intro
2008-08-26 Dave Rolsky Add a test count.
2008-08-26 Dave Rolsky Add tests for applying several roles in succession...
2008-08-26 Dave Rolsky Update changes some more
2008-08-26 Dave Rolsky Re-implemented metaclass traits using Moose::Util:...
2008-08-25 Dave Rolsky Add warning to this MetaRole docs that it might go...
2008-08-25 Dave Rolsky Merge trunk to meta-role-helper branch
2008-08-25 Dave Rolsky Add docs for Moose::Util::MetaRole
2008-08-25 Dave Rolsky Implemented Moose::Util::MetaRole, which lets you apply...
2008-08-24 Dave Rolsky Doh, the SYNOPSIS was totally wrong.
2008-08-21 Dave Rolsky a branch to work on a helper for applying roles to...
2008-08-21 Dave Rolsky Add date for last release
2008-08-21 Dave Rolsky Mention explicit 5.8.x requirement
2008-08-21 Dave Rolsky make Perl 5.8+ requirement explicit in both Makefile...
2008-08-20 Dave Rolsky add t0m's test to the MANIFEST
2008-08-20 Dave Rolsky Fix version # in README 0_55_01
2008-08-20 Dave Rolsky Require MOP 0.64_01
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-20 Yuval Kogman changelog
2008-08-20 Dave Rolsky Changes for next release (which will be a dev release)
2008-08-20 Dave Rolsky Various style changes and de-messification
2008-08-20 Dave Rolsky Fix t0m's spelling
2008-08-20 Tomas Doran Fix type coersion of lazy values accessed using the...
2008-08-16 Yuval Kogman wrap_method
2008-08-16 Yuval Kogman remove %METAS lexical from Moose::Role, Class::MOP...
2008-08-16 Yuval Kogman metaclass option for Role::init_meta
2008-08-16 Yuval Kogman package cache flag methods for Role
2008-08-16 Yuval Kogman Role::add_method
2008-08-16 Yuval Kogman localize %seen instead of resetting it
2008-08-15 Yuval Kogman metaclass compatibility checking/fixing corrections
2008-08-15 Yuval Kogman get_all_methods in immutable memoization list
2008-08-15 Yuval Kogman pass in @_ % 2 == 1 for compat
2008-08-15 Yuval Kogman improve error message for existing &meta
2008-08-14 Yuval Kogman Remove ->meta from Moose::Meta::Role
2008-08-14 Yuval Kogman remove ->meta from _fix_metaclass_compatibility
2008-08-14 Dave Rolsky No need for arrayref with single argument to also
2008-08-14 Dave Rolsky More tests & fixes for the goto &Moose::import case.
2008-08-14 Dave Rolsky Whoops, the synopsis still had an old API
2008-08-14 Dave Rolsky Add some tests for goto &Moose::import
2008-08-14 Yuval Kogman pass hashrefs to _new
2008-08-14 Dave Rolsky Minor doc fix and a formatting tweak
2008-08-13 Yuval Kogman also immutablize Parametrizable
2008-08-13 Yuval Kogman make more things immutable
2008-08-13 Yuval Kogman use hash ref in Moose::Object::new
2008-08-13 Yuval Kogman also accept hash refs to new_object and friends
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-13 Dave Rolsky Fix spelling of "recommended"
next