gitmo/Moose.git
2008-01-27 Yuval Kogman die in Attribute::_process_options if the attr is requi...
2008-01-27 Yuval Kogman init_arg can be undef
2008-01-26 Yuval Kogman init_arg can be undef
2008-01-26 Shawn M Moore Failing tests for custom type error messages. Now let...
2008-01-26 Shawn M Moore (no commit message)
2008-01-26 Shawn M Moore Give an error message when a handles attribute's object...
2008-01-26 Stevan Little 0.36
2008-01-26 Stevan Little 0.36
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-23 Ash Berlin (failing) test for runtime roles and non-moose classes...
2008-01-23 Stevan Little 0.35
2008-01-22 Stevan Little some minor tweaks 0_35
2008-01-22 Stevan Little adding another test
2008-01-22 Stevan Little some version changes and such
2008-01-22 Dave Rolsky I prefer to be credited by my real name
2008-01-22 Stevan Little this is not needed now
2008-01-22 Stevan Little this is not needed now
2008-01-22 Dave Rolsky Moose 0.34 broke the ability to make a Meta class immut...
2008-01-21 Stevan Little 0.34
2008-01-21 Stevan Little more tests
2008-01-21 Stevan Little tweaking test names to better VMS support
2008-01-21 Stevan Little cleaning up the traits things
2008-01-21 Yuval Kogman FileHandle also accepts IO::Handle objects
2008-01-19 Stevan Little rudementary support for attribute traits
2008-01-19 Stevan Little just some more cleanup
2008-01-17 Stevan Little refactoring the parameterized type constraints
2008-01-16 Stevan Little changelog stuff, mostly
2008-01-14 Stevan Little anon-roles are now more efficient about package usage
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-14 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-13 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-13 Yuval Kogman capture less in accessors
2008-01-13 Yuval Kogman Merge 'trunk' into 'Moose-moosex_compile_support'
2008-01-13 Yuval Kogman faster type constraints
2008-01-13 Yuval Kogman Merge 'Moose-real_class_meta_type_constraint', 'trunk...
2008-01-13 Yuval Kogman correct usage of compiled_type_constraint
2008-01-13 Yuval Kogman Merge 'Moose-real_class_meta_type_constraint' into...
2008-01-13 Yuval Kogman Moose::Meta::TypeConstraint::Class
2008-01-13 Yuval Kogman branch for real meta tc for classes
2008-01-13 Shawn M Moore Fix for the slightly changed rebless_instance interface
2008-01-13 Stevan Little some minor tweaks
2008-01-13 Shawn M Moore Add tests to make sure the new reblessing works with...
2008-01-10 Stevan Little doc fixes, version updates and changelog
2008-01-09 Yuval Kogman icky hack in Moose::Object to make it compile without...
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman Merge 'Moose-moosex_compile_support' into 'trunk'
2008-01-08 Yuval Kogman make a note of konobi's XS tcs in the optimized constra...
2008-01-08 Yuval Kogman overload::Overloaded calls are superflous, overlaod...
2008-01-07 Yuval Kogman HATE SVK!!! missing file for the typeconstraint refac
2008-01-07 Yuval Kogman Generated methods now actually use optimized type const...
2008-01-07 Yuval Kogman use Sub::Name when installing attr methods into a class...
2008-01-07 Yuval Kogman be a little more anal about when we skip certain method...
2008-01-07 Yuval Kogman blah, broken commit
2008-01-04 Yuval Kogman Merge 'trunk' into 'Moose-moosex_compile_support'
2008-01-03 Stevan Little using a little less overload stuff
2008-01-03 Stevan Little aliasing stuff
2008-01-03 Stevan Little adding in method aliasing during composition
2008-01-01 Stevan Little adding method exclusion
2007-12-31 Stevan Little cleaning up and working on the spec a bit
2007-12-31 Stevan Little updating copyright dates
2007-12-31 Stevan Little moving stuff around and some cleanup
2007-12-30 Stevan Little fixing sartaks bug
2007-12-30 Stevan Little composition and the role model are now decoupled
2007-12-30 Stevan Little refactor in progress, beware (still passing all my...
2007-12-29 Yuval Kogman minor doc fix
2007-12-29 Yuval Kogman role overriding test
2007-12-28 Shawn M Moore A few comments in Moose::Meta::TypeConstraint::Paramete...
2007-12-28 Shawn M Moore Add failing! tests to ArrayRef[Int] + auto_deref
2007-12-24 Stevan Little foo
2007-12-21 Stevan Little some doc tweaks
2007-12-18 Yuval Kogman yay
2007-12-14 Stevan Little 0.33
2007-12-14 Stevan Little 0.33
2007-12-13 Stevan Little Type coercins needs to be able to create types;
2007-12-13 Stevan Little slight tweak
2007-12-13 Chris Prather Class::MOP::check_package_cache_flag() is mro::get_pkg_... 0_33
2007-12-12 Stevan Little name tweaks;
2007-12-12 Stevan Little Moose taking advantage of the XS
2007-12-12 Chris Prather fix pod
2007-12-11 Chris Prather add oose.pm
2007-12-11 Stevan Little foo
2007-12-10 Yuval Kogman Constructor and Destructor inherit Class::MOP::Method...
2007-12-06 Shawn M Moore allow subclasses to decide whether we need to copy...
2007-12-05 Shawn M Moore Add some support for coercing to ArrayRef or HashRef...
2007-12-05 Shawn M Moore Add support for parametric containers that subtype...
2007-12-04 Stevan Little 0.32
2007-12-01 Stevan Little stuff 0_32
2007-11-30 Stevan Little little better error message there
2007-11-29 Stevan Little fixing a bug for Sartak
2007-11-28 Stevan Little some basic cleanup
2007-11-28 Stevan Little some basic cleanup
2007-11-28 Stevan Little fixing union type constraint aliases
2007-11-28 Stevan Little damn I shouldnt write change files while drunk anymore
2007-11-26 Stevan Little 0.31
next