get version of MooseX::Types right
[gitmo/Moose.git] / t /
2009-09-12 Florian Ragwitz Allow applying application_role_summation_class_roles...
2009-09-12 Florian Ragwitz Allow MetaRole to operate on metaclass instances, inste...
2009-09-12 Shawn M Moore Quote the "also" in the error message for clarity
2009-09-11 Dave Rolsky Lots of fixes to object destruction.
2009-09-11 Dave Rolsky make sure status variable localization happens for...
2009-09-11 Dave Rolsky Localize all status vars in DEMOLISH
2009-09-11 Dave Rolsky Some test style cleanup
2009-09-11 Dave Rolsky Add some tests for attr names with non-alphanumeric...
2009-09-11 Dave Rolsky Do not auto-delegate for any Native Traits
2009-09-11 Dave Rolsky rename to new name scheme for native traits
2009-09-11 Florian Ragwitz WIP: Add a Code attribute helper.
2009-09-11 Dave Rolsky Fix to-role role application with aliases.
2009-09-11 Dave Rolsky Fix test description
2009-09-11 Dave Rolsky Add a test for aliasing a method in a class without...
2009-09-10 Jesse Luehrs add an option to disable the mutable ancestor warning
2009-09-09 2shortplanks Document and test that deleting multiple keys from...
2009-09-07 Dave Rolsky When warning on mutable parents in make_immutable,...
2009-09-07 Jesse Luehrs add a warning for immutablizing a class with mutable...
2009-09-07 Dave Rolsky A little test cleanup post-merge
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Deleted the Moose::Exporter groups feature, so this...
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Make sure with_caller handles prototypes correctly...
2009-09-07 Dave Rolsky Removed undocumented groups feature Moose::Exporter...
2009-09-07 Dave Rolsky Test with_meta prototype handling separately from other...
2009-09-07 Dave Rolsky Tidy test code
2009-09-07 Dave Rolsky Tidy code
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Merge branch 'master' into topic/exporter_init_meta
2009-09-06 Jesse Luehrs warn (and skip) when trying to export a nonexistent sub
2009-09-06 Jesse Luehrs allow init_meta generation with Moose::Exporter
2009-09-07 2shortplanks Change documention for get and get to reflect actual...
2009-09-06 Hans Dieter Pearcey rename Hash->empty => is_empty
2009-09-04 gfx Fix another keys ordering bug.
2009-09-04 gfx Fix a test to remove the dependency on the order of...
2009-09-02 Dave Rolsky Merge branch 'master' into topic/list_util_helpers
2009-09-02 Hans Dieter Pearcey Merge branch 'attribute_helpers'
2009-08-20 Jesse Luehrs add a few helpful List::(More)?Utils? funcs to the...
2009-08-20 Jesse Luehrs redo the currying syntax to get rid of one of the arrayrefs
2009-08-20 Jesse Luehrs remove head, tail, and last as Array helpers
2009-08-19 gfx Add tests for testing accessor contexts
2009-08-19 Jesse Luehrs empty -> is_empty
2009-08-18 Jesse Luehrs Merge branch 'master' into attribute_helpers
2009-08-18 Jesse Luehrs use $_ rather than $_[0] for helpers that use callbacks
2009-08-18 Jesse Luehrs rename/add a few methods on the native Array trait
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
2009-08-15 Hans Dieter Pearcey reverse the meaning of 'empty'
2009-08-15 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-08-15 Hans Dieter Pearcey add Meta:: to Attribute::Native
2009-08-12 Jesse Luehrs allow role options in the -traits parameter to use...
2009-08-12 Shawn M Moore Fix bug with $obj->new when $obj has stringify overloading
2009-08-12 Shawn M Moore Roles can now accept attributes named 0 and ""
2009-08-12 Dave Rolsky Implement passing the old value to a trigger when appro...
2009-08-11 Jesse Luehrs Merge branch 'master' into attribute_helpers
2009-08-11 Jesse Luehrs add a function to more easily create metaclass/trait...
2009-08-11 Jesse Luehrs add alias resolution for "use Moose -metaclass"
2009-08-07 Ricardo SIGNES assert_valid to use constraints for assertion
2009-08-03 Hans Dieter Pearcey mass renaming, including removing MethodProviders from...
2009-08-03 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-25 Shawn M Moore Report all method conflicts, not just the first
2009-07-24 Matt S Trout make weak_ref permitted as part of attribute inheritance
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-21 Jesse Luehrs tabs -> spaces
2009-07-19 Jesse Luehrs add length to String
2009-07-13 Florian Ragwitz Allow MetaRole to apply roles to a meta role's role...
2009-07-10 Hans Dieter Pearcey Rename AttributeHelpers.pm to Attribute/Native.pm
2009-07-10 Hans Dieter Pearcey rename from helpers to traits
2009-07-10 Jesse Luehrs merge List into Array and ImmutableHash into Hash
2009-07-10 Jesse Luehrs do all the renaming that was discussed
2009-07-09 Jesse Luehrs we aren't coring Bag
2009-07-09 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-09 Dave Rolsky Tidied code
2009-07-09 Stefan O'Rear Add tests for inline_slot_access avoidance
2009-07-08 Florian Ragwitz Add todo test for composing overloading from roles.
2009-07-08 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-05 Yuval Kogman Add a test for class name delegates
2009-07-03 Florian Ragwitz Detabify tests.
2009-07-02 Dave Rolsky Simplify the logic to throw an error on an undef or...
2009-07-02 Hans Dieter Pearcey more useful error message for delegation w/ unblessed...
2009-06-26 Yuval Kogman accessor overwriting warning now reflects reality
2009-06-26 Dave Rolsky more small style tweaks for AH tests
2009-06-26 Dave Rolsky remove useless use_ok tests
2009-06-26 Dave Rolsky make the test style match the rest of the (modern)...
2009-06-26 Dave Rolsky renamed helper_type => _helper_type
2009-06-26 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-06-26 Shawn M Moore Convert tabs to spaces
2009-06-26 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-06-26 Dave Rolsky Make the MM::TC::Role type object's parent Object rathe...
2009-06-26 Shawn M Moore Include the class name in the method-less attribute...
2009-06-26 Jesse Luehrs fix tests for definition_context stuff
2009-06-26 Hans Dieter Pearcey eradicate metaclasses
2009-06-26 Jesse Luehrs this is now tested by 020/027.t
2009-06-26 nperez Make mispelled or unknown additional attribute construc...
2009-06-25 Hans Dieter Pearcey traitS not trait
2009-06-25 Hans Dieter Pearcey fix obvious things that are broken
2009-06-25 Hans Dieter Pearcey more tests passing
2009-06-25 Jesse Luehrs test warnings for accessors overwriting existing methods
2009-06-25 Hans Dieter Pearcey remove unused (metaclass) tests
2009-06-25 Hans Dieter Pearcey make more tests pass, remove unnecessary meta method...
2009-06-25 Hans Dieter Pearcey rename MooseX -> Moose
next