gitmo/Moose.git
2008-03-16 Stevan Little first swipe at MX::Storage::Dir
2008-03-16 Todd Hepler tests for metaclass() export
2008-03-15 Chris Prather export metaclass() to give a functional export for...
2008-03-15 Stevan Little POD-COVERAGE SUCKS!
2008-03-14 Stevan Little some last minute tweaks
2008-03-14 Stevan Little 0.39
2008-03-14 Stevan Little some changes
2008-03-14 Stevan Little some changes
2008-03-14 Stevan Little adding in the ability to pass params to rebles when...
2008-03-14 Stevan Little adding in the ability to pass params to rebles when...
2008-03-13 Guillermo Roditi allow class_type to accept a custom message. sorry...
2008-03-11 Stevan Little tweaking formatting to match existing tests and code...
2008-03-11 Jonathan Rockway add cache attribute to M::Meta::Class->create_anon_class
2008-03-11 Stevan Little sigh
2008-03-11 Stevan Little cleanin up a bit, and adding changes
2008-03-11 Jonathan Rockway add support for roles => [] option to Moose::Meta:...
2008-03-11 Stevan Little fixing sartaks test
2008-03-03 Shawn M Moore Failing make_immutable test case. It seems that inherit...
2008-02-26 Stevan Little adding in anon-enums
2008-02-26 Stevan Little ovidsbug
2008-02-24 Stevan Little has +name from role officially supported
2008-02-24 Stevan Little has +name from role officially supported
2008-02-22 Stevan Little sorry konobi, not enough of a perf win, so lets wait...
2008-02-22 Stevan Little changes in Moose::Object
2008-02-20 Scott McWhirter Update non-XS optimized constraints to use their XS...
2008-02-20 Scott McWhirter Add ObjectOfType XS function for use with anon types...
2008-02-20 Scott McWhirter Tidy up XS Type Constraints
2008-02-20 Scott McWhirter Add XS Optimized Type Constraints
2008-02-18 Stevan Little making handles and AUTOLOAD play a bit better
2008-02-16 Stevan Little fixing delegation
2008-02-16 Stevan Little fixing delegation
2008-02-15 Stevan Little whoops nother bug, dammit
2008-02-15 Stevan Little changelog on it
2008-02-15 Stevan Little whoops
2008-02-15 Stevan Little fixing tests
2008-02-14 Stevan Little 0.37
2008-02-11 Stevan Little a bug fix and some tweaks 0_37
2008-02-07 Stevan Little tweaking tests
2008-02-07 Stevan Little more tests and the constructor stuff as well
2008-02-07 Matt S Trout failing test for two subclasses of the same non-Moose...
2008-02-07 Ricardo SIGNES cope with fixed initializer arg order in mop
2008-02-07 Ricardo SIGNES changelog
2008-02-07 Ricardo SIGNES merge initializer branch, add test
2008-02-06 Chris Prather add default class name "Class" to oose.pm
2008-02-06 Stevan Little adding make_immutable sugar
2008-02-06 Ricardo SIGNES for use with Class-MOP-initializer
2008-02-05 Stevan Little making has $name => {} fail
2008-02-03 Yuval Kogman meta instance doc improvements
2008-01-31 Stevan Little tests
2008-01-31 Stevan Little fixed demolish calls
2008-01-31 Stevan Little fixed demolish calls
2008-01-28 Matt S Trout comment the strict/warnings hack because I'm bored...
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
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'
next