gitmo/Moose.git
2011-09-23 Jesse Luehrs version bump 2.0300
2011-09-22 Dave Rolsky Remove some TODO items which are now done
2011-09-21 Jesse Luehrs make sure to clear the stash when anon classes are...
2011-09-19 Dave Rolsky Changes organization cleanup
2011-09-19 Dave Rolsky Doc ->parents change for Union
2011-09-19 Dave Rolsky Clarify that ->parents returns a list
2011-09-18 Dave Rolsky Prune nytprof files from dzil operations
2011-09-18 Jesse Luehrs fix is_subtype_of for unregistered class types
2011-09-17 Jesse Luehrs if a union type has no common ancestors, ->parent shoul...
2011-09-17 Jesse Luehrs keep track of our TODO tests in the TODO file
2011-09-17 Jesse Luehrs clean up some test stuff
2011-09-17 Jesse Luehrs oops, fix this test
2011-09-17 Jesse Luehrs this has worked for a while
2011-09-17 Jesse Luehrs factor this out into a separate method
2011-09-17 Jesse Luehrs simpler get_all_method_names implementation
2011-09-17 Dave Rolsky Changes for UNIVERSAL change
2011-09-17 Dave Rolsky Doc UNIVERSAL change in Delta
2011-09-17 Dave Rolsky Ignore methods from universal when counting methods
2011-09-17 Dave Rolsky Account for UNIVERSAL methods
2011-09-17 Dave Rolsky Expect a meta class for UNIVERSAL
2011-09-17 Dave Rolsky Ignore methods from UNIVERSAL in test
2011-09-17 Dave Rolsky Don't dig into meta method objects directly
2011-09-17 Dave Rolsky Test that UNIVERSAL methods are found through all metho...
2011-09-17 Dave Rolsky UNIVERSAL methods are now part of the MOP
2011-09-17 Dave Rolsky Remove comment about $TODO
2011-09-17 Dave Rolsky Add parens for isa_ok
2011-09-17 Dave Rolsky methods from UNIVERSAL are now wrappable
2011-09-17 Dave Rolsky UNIVERSAL methods now show up in the class lists of...
2011-09-17 Jesse Luehrs changelog
2011-09-17 Jesse Luehrs add some tests
2011-09-17 Jesse Luehrs track implicitly created types as being created in...
2011-09-17 Jesse Luehrs allow overriding class and role types with equivalent...
2011-09-17 Jesse Luehrs record the definition location for class and role types
2011-09-17 Jesse Luehrs overriding types with class_type or role_type should...
2011-09-17 Jesse Luehrs first stab (this really needs some work)
2011-09-17 Jesse Luehrs be more verbose in the required method error (RT#60583)
2011-09-17 Dave Rolsky Doc subtype of union bug fix in Changes
2011-09-17 Jesse Luehrs haha, nothing ever did use this, did it
2011-09-17 Jesse Luehrs starting from the deepest tc isn't necessary
2011-09-17 Jesse Luehrs add some more explanation to the ::Delta entries
2011-09-17 Jesse Luehrs parents returns a list
2011-09-17 Dave Rolsky Docs changes to parent(s) for Union types in Changes...
2011-09-17 Dave Rolsky Fix Union->parent to return the nearest common ancestor
2011-09-17 Dave Rolsky Add some tests for a union of two unions
2011-09-17 Dave Rolsky Test parent of ArrayRef|HashRef
2011-09-17 Dave Rolsky Make var names consistent
2011-09-17 Dave Rolsky Add tests for ->parent & ->parents on union type
2011-09-17 Dave Rolsky Tidy test code
2011-09-17 Dave Rolsky Make test description match what we're testing
2011-09-17 Dave Rolsky Doc subtype of union bug fix in Changes
2011-09-17 Dave Rolsky Fix is_subtype_of - we cannot use ->equals
2011-09-17 Dave Rolsky Union types are not types of their component types
2011-09-17 Dave Rolsky A union and a bare subtype of that union should report...
2011-09-17 Dave Rolsky Doc union type changes in Delta and Changes
2011-09-17 Dave Rolsky Union types look at all member types when determining...
2011-09-17 Dave Rolsky MooseX::WithCache is failing tests and hasn't been...
2011-09-16 Dave Rolsky no need for a predeclared XS key for is_stub
2011-09-16 Dave Rolsky Doc stub related bits in Changes
2011-09-16 Dave Rolsky Doc is_stub method
2011-09-16 Dave Rolsky Don't throw an error when a delegation overrides a...
2011-09-16 Dave Rolsky Add tests for delegation overriding local methods ...
2011-09-16 Dave Rolsky Fix odd indentation
2011-09-16 Dave Rolsky Don't warn when overriding a stub method with an accessor
2011-09-16 Dave Rolsky Tidy existing code
2011-09-16 Dave Rolsky Add a Method->is_stub method and some tests for it
2011-09-16 Dave Rolsky Add rt ticket for fixed bug
2011-09-16 Jesse Luehrs note some todo item dependencies
2011-09-16 Jesse Luehrs actually, delay this too
2011-09-16 Jesse Luehrs push some todo stuff back to 2.06
2011-09-16 Dave Rolsky Put deprecations first in the Changes listing
2011-09-16 Dave Rolsky Get rid of all the bogus uses of use_ok still lurking...
2011-09-12 Dave Rolsky Remove MooseX::AbstractFactory - it's currently broken...
2011-09-12 Jesse Luehrs another todo
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-09-07 Dave Rolsky add EOLTests
2011-09-07 Dave Rolsky Add PodSyntaxTests plugin
2011-09-07 Dave Rolsky fix some pod errors
2011-09-07 Dave Rolsky Add Test::Spelling as devel prereq
2011-09-06 Dave Rolsky Require latest Test::DependentModules
2011-09-06 Jesse Luehrs update changes and delta
2011-09-06 Dave Rolsky Small tweaks to changes file
2011-09-06 Dave Rolsky Ignore CMOP's load_class & is_class_loaded
2011-09-06 Jesse Luehrs todo--
2011-09-06 Jesse Luehrs bump class::load dep
2011-09-06 Jesse Luehrs handle this in package::stash
2011-09-06 Dave Rolsky Remove deprecation warning for CMOP::load_class ...
2011-09-06 Dave Rolsky document deprecations in Changes & Delta
2011-09-06 Dave Rolsky Deprecate CMOP::{load_class, is_class_loaded, load_firs...
2011-09-06 Dave Rolsky Add deps on next Class::Load and Class::Load::XS
2011-09-06 Dave Rolsky remove tests for load_class ...
2011-09-06 Dave Rolsky Remove all uses of CMOP::{load_class, is_class_loaded...
2011-09-06 Jesse Luehrs this error message changed
2011-09-04 Jesse Luehrs changelog
2011-09-04 Dave Rolsky Explicitly test each value of handles to make sure...
2011-09-04 Dave Rolsky Add test for error message from bad handles value with...
2011-09-01 Ricardo Signes changelog/delta for shallow_clone
2011-09-01 Ricardo Signes add shallow_clone to Array and Hash traits
2011-09-01 Ricardo Signes add authordeps for inc::ExtractInlineTests
2011-08-29 Jesse Luehrs clean up duck type a bunch
2011-08-29 Dave Rolsky Merge changes for stable branch
next