gitmo/Moose.git
2011-11-02 Jesse Luehrs changelog and version bump 2.0302
2011-10-26 Todd Hepler first pass at benchmarking loading many classes
2011-10-25 Dave Rolsky Add mention of load_class and is_class_loaded to Delta
2011-10-25 Dave Rolsky Small doc tweak - replace "there" with link to Class...
2011-10-25 Dave Rolsky Remove trailing whitespace
2011-10-25 Chris Prather document that some functions moved to Class::Load
2011-10-25 Jesse Luehrs don't assume search.cpan.org-format anchors
2011-10-25 Matt S Trout adjust tests to only test for truth of make_immutable...
2011-10-25 Matt S Trout make make_mutable always return $self and alter tests...
2011-10-24 Dave Rolsky Remove docs on no-longer-existent make_immutable method...
2011-10-22 Dave Rolsky Don't expect CMOP::Class to have a $VERSION var (when...
2011-10-22 Dave Rolsky Fix test failure with Perl 5.8.8
2011-10-21 Dave Rolsky Add SUPER to list of modules for development
2011-10-21 Jesse Luehrs changelog
2011-10-21 Jesse Luehrs version bump 2.0301
2011-10-14 Dave Rolsky Doc error class bug fix
2011-10-14 Dave Rolsky A mutable class will throw errors from inside CMOP...
2011-10-14 Dave Rolsky Fix uninit var warning from _inline_create_error when...
2011-10-14 Dave Rolsky Check that stderr is empty string, not undef
2011-10-14 Dave Rolsky Add test - custom error class is causing a warning...
2011-10-09 Jesse Luehrs fix pod spelling
2011-10-05 Dave Rolsky Small wording tweak in Changes
2011-10-05 Ricardo Signes document the change in the changelogs
2011-10-05 Ricardo Signes allow single-value enums
2011-10-04 Jesse Luehrs update our contributor information a bit
2011-10-04 Jesse Luehrs update the SEE ALSO section a bit
2011-10-04 Stevan Little use my newer email actually
2011-09-28 Jesse Luehrs couple more typo fixes
2011-09-28 Brad Bowman BestPractices namespace::autoclean not "no Moose"
2011-09-28 Jesse Luehrs actually, just stop recommending deprecated software
2011-09-28 Brad Bowman inline_slot_access not inline_create_instance eg.
2011-09-28 Brad Bowman Remove extra ; and $value in Meta::Recipe7
2011-09-28 Brad Bowman Alter with_meta description in Extending::Recipe4
2011-09-28 Brad Bowman Capitalization fix MyApp::base to MyApp::Base
2011-09-28 Brad Bowman Add missing comma in Extending::Recipe1 example
2011-09-28 Brad Bowman Note MooseX::AttributeHelpers deprecation
2011-09-28 Brad Bowman s/statis/stasis/ in Moose/Meta/Role.pm
2011-09-26 Jesse Luehrs CvISXSUB was introduced in 5.10
2011-09-26 Dave Rolsky Small tweaks to Changes to make wording consistent.
2011-09-24 Dave Rolsky Clarify a change in Changes
2011-09-24 Jesse Luehrs changelog
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
next