Fix pod spelling.
[gitmo/Moose.git] / t /
2010-02-04 Florian Ragwitz Revert "add stubs for BUILD and DEMOLISH to Moose:...
2010-01-31 Florian Ragwitz Add execute_method to Native::Trait::Code.
2010-01-27 Dylan William Hardison Behavior for method modifiers with non-regexp refs
2010-01-21 Jesse Luehrs add stubs for BUILD and DEMOLISH to Moose::Object
2010-01-18 Dave Rolsky Bug fixes for handling attr names like "@foo"
2010-01-18 Dave Rolsky Squashed commit of the following:
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2010-01-02 Dave Rolsky Squashed commit of the following:
2009-12-28 Florian Ragwitz Turn composition_class_roles into a plain method.
2009-12-15 Florian Ragwitz Disable warnings for t/010_basics/009_import_unimport...
2009-12-15 Florian Ragwitz Unimport blessed and confess unless they've been replac...
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-12-13 Shlomi Fish Merge branch 'master' of git://git.moose.perl.org/Moose
2009-12-11 Jesse Luehrs give with_immutable a reasonable return value
2009-12-10 Jesse Luehrs add with_immutable test helper
2009-12-09 Shlomi Fish Fix more "a Int" -> "an Int".
2009-11-22 Stefan O'Rear Collapse magic lvalues in Str
2009-10-24 Jesse Luehrs don't remove accessors we never installed
2009-10-24 Jesse Luehrs add TODO test for throwing exceptions during delegate...
2009-10-24 Jesse Luehrs clean up test a bit
2009-10-24 Jeff Bisbee tests for handles => CODE block
2009-10-16 chansen Added type constraint tests for GV
2009-10-14 Yuval Kogman allow exporting to main
2009-10-14 Jesse Luehrs remove the warning for $self->new
2009-10-12 Jesse Luehrs support arrayrefs as well as lists for enum and duck_type
2009-10-12 Jesse Luehrs preserve aliasing for delegated methods
2009-10-04 gfx Fix a typo in a error message (s/You much supply/You...
2009-10-04 Jesse Luehrs fix passing args to a code execute helper (gphat++)
2009-10-01 Dave Rolsky Forgot to fix the test count
2009-10-01 Dave Rolsky has_method now allows a false value in CMOP
2009-09-25 Yuval Kogman use Test::Exception instead of eval { }
2009-09-25 Yuval Kogman Test for a more standard error from load_class
2009-09-22 Stevan Little adding another example and some docs
2009-09-22 Stevan Little adding an error case for no matching (and tests)
2009-09-22 Stevan Little adding the match_on_type function to Moose::Util::TypeC...
2009-09-22 Jesse Luehrs fix moose-nonmoose-moose metaclass compat stuff
2009-09-22 Yuval Kogman Test semantics for raw_value
2009-09-17 Dave Rolsky Add a TODO test for a bug related to metaroles
2009-09-17 Yuval Kogman Failing test for Moose::Object namespace pollution
2009-09-14 Dave Rolsky more work on ignoring meta in role method list
2009-09-14 Dave Rolsky Shut up "calling new on object" warning
2009-09-14 Dave Rolsky Revert "add a warning for immutablizing a class with...
2009-09-14 Dave Rolsky Revert "add an option to disable the mutable ancestor...
2009-09-13 Dave Rolsky test files should not be executable
2009-09-13 Dave Rolsky rename test file
2009-09-13 Stevan Little delegated methods now working properly if the accessor...
2009-09-13 Dave Rolsky Remote tabs and add some vertical whitespace
2009-09-13 Dave Rolsky Add tests for warning on $object->new and implement...
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 ""
next