Matt Kraai's spelling fixes for Moose::Intro
[gitmo/Moose.git] / t /
2008-05-28 Guillermo Roditi add test for modifier order to prevent regressions
2008-05-24 Dave Rolsky add a trustme for intialize_body, rather than actually...
2008-05-24 Shawn M Moore Describe how easy to is to create a (or reproduce an...
2008-05-24 Dave Rolsky Sartak already renamed this more sensibly
2008-05-24 Dave Rolsky What was recipe 11 is now recipe 21
2008-05-24 Shawn M Moore Rename the recipe tests to match the current layout...
2008-05-24 Shawn M Moore Basic test for recipe 22
2008-05-23 Shawn M Moore Allow trigger on ro (or no-accessor) attributes
2008-05-21 Todd Hepler make has [...] => (...); work on a role
2008-05-20 Stevan Little method modifier with regexp is done now
2008-05-20 Stevan Little fixed the test for method modifiers
2008-05-20 Dann supported RegExp method name for before/after/around...
2008-05-17 Yuval Kogman Subtypes of parametrizables are parametrizable themselves
2008-05-16 Shawn M Moore Fix a script's test count
2008-05-15 Tomas Doran Failing test for Immutable issue (found by trying to...
2008-05-14 Todd Hepler fix for Moose::Util::does_role() to handle non-Moose...
2008-05-13 Stevan Little fixing the trigger/constructor bug
2008-05-12 Stevan Little fixing a test bug about hash ordering
2008-05-11 Stevan Little 0.44 release
2008-05-10 Stevan Little 0.44 releaase soon
2008-05-10 Brian Manning - added a regex for Win32 for the FilePath subtype...
2008-04-29 Stevan Little 0.42
2008-04-28 Stevan Little 0.41
2008-04-25 Yuval Kogman tests for attr initialization in runtime roles
2008-04-24 Yuval Kogman support traits/metaclasses in clone_and_inherit_whateve...
2008-04-24 Yuval Kogman more attr traits tests
2008-04-20 Tomas Doran Allow overriding of metaclass and traits in has '+...
2008-04-17 Stevan Little cleaning up stuff;
2008-04-17 Stevan Little adding the applied_traits method to attr
2008-04-16 Yuval Kogman unlink the DBM::Deep file at BEGIN time too to prevent...
2008-04-14 Yuval Kogman allow isa => SomeRandomClass in +foo attr declarations
2008-04-13 Yuval Kogman finish role tc test
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-13 Stevan Little fixing trigger/coerce bug, adding test and reformating...
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Yuval Kogman equals testing for class type constraint
2008-04-12 Yuval Kogman add a test for the 'class' attribute of TC::Class
2008-04-05 Stevan Little fixing bug;
2008-03-28 Stevan Little some doc tweaks and removing the ->includes_type from...
2008-03-28 Shawn M Moore Inherited attributes may now be extended without restri...
2008-03-28 Guillermo Roditi more behavior
2008-03-28 Guillermo Roditi adding new test
2008-03-27 Shawn M Moore A bunch of tests for includes_type
2008-03-27 Shawn M Moore Instead of belaboring the point, make sure that "Type...
2008-03-27 Shawn M Moore Some error checks (I think it's time for a dedicated...
2008-03-27 Shawn M Moore Test for narrowing "Str | Int | ArrayRef" down to ...
2008-03-27 Shawn M Moore Failing tests for narrowing a consumed attribute's...
2008-03-27 Shawn M Moore Remove Str isa Str|ArrayRef tests (for now anyway)...
2008-03-22 Shawn M Moore Failing tests for Str and ArrayRef being subtypes of...
2008-03-22 Stevan Little moving stuff around a bit
2008-03-21 Dave Rolsky An immutable constructor called non-lazy attribute...
2008-03-20 Stevan Little adding the test
2008-03-16 Stevan Little s/metaclass/__PACKAGE__->meta/
2008-03-16 Stevan Little s/make_immutable/metaclass->make_immutable/
2008-03-16 Todd Hepler tests for metaclass() export
2008-03-14 Stevan Little some changes
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 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-24 Stevan Little has +name from role officially supported
2008-02-18 Stevan Little making handles and AUTOLOAD play a bit better
2008-02-16 Stevan Little fixing delegation
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 merge initializer branch, add test
2008-01-31 Stevan Little tests
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
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-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-22 Stevan Little adding another test
2008-01-22 Dave Rolsky Moose 0.34 broke the ability to make a Meta class immut...
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-17 Stevan Little refactoring the parameterized type constraints
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-13 Yuval Kogman Moose::Meta::TypeConstraint::Class
2008-01-13 Shawn M Moore Fix for the slightly changed rebless_instance interface
2008-01-13 Shawn M Moore Add tests to make sure the new reblessing works with...
2008-01-07 Yuval Kogman be a little more anal about when we skip certain method...
2008-01-03 Stevan Little using a little less overload stuff
2008-01-03 Stevan Little aliasing stuff
next