changelog
[gitmo/Moose.git] / lib /
2012-02-04 Jesse Luehrs recipe11 needs to load DateTime::Calendar::Mayan
2012-02-04 Dave Rolsky Fix a small comment typo
2012-02-04 Dave Rolsky Fix error message buglet
2012-02-04 Dave Rolsky Fix code example to match current api
2011-11-17 Jesse Luehrs fix weak lazy attributes (tome)
2011-11-04 Jesse Luehrs spelling fix
2011-11-02 Dave Rolsky Fix docs on inlining to reflect reality
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 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-14 Dave Rolsky Fix uninit var warning from _inline_create_error when...
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-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-21 Jesse Luehrs make sure to clear the stash when anon classes are...
2011-09-19 Dave Rolsky Clarify that ->parents returns a list
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 factor this out into a separate method
2011-09-17 Jesse Luehrs simpler get_all_method_names implementation
2011-09-17 Dave Rolsky Doc UNIVERSAL change in Delta
2011-09-17 Dave Rolsky UNIVERSAL methods now show up in the class lists of...
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 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 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 Fix is_subtype_of - we cannot use ->equals
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-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 Fix odd indentation
2011-09-16 Dave Rolsky Don't warn when overriding a stub method with an accessor
2011-09-07 Dave Rolsky Remove all trailing whitespace
2011-09-07 Dave Rolsky fix some pod errors
2011-09-06 Jesse Luehrs update changes and delta
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 Remove all uses of CMOP::{load_class, is_class_loaded...
2011-09-04 Dave Rolsky Explicitly test each value of handles to make sure...
2011-09-01 Ricardo Signes changelog/delta for shallow_clone
2011-09-01 Ricardo Signes add shallow_clone to Array and Hash traits
2011-08-29 Jesse Luehrs clean up duck type a bunch
2011-08-29 Shawn M Moore Foreign options forbid caching of interpolated attribut...
2011-08-29 Shawn M Moore Flesh out meta_lookup doc a little more
2011-08-29 Shawn M Moore meta_lookup doc
2011-08-29 Shawn M Moore Rename meta_generator to meta_lookup
2011-08-29 Shawn M Moore First pass at a meta_generator option for Moose::Exporter
2011-08-29 Dave Rolsky Tweak doc changes for role_type & class_type
2011-08-29 Kent Fredric Improve documentation on Moose::Util::TypConstraints...
2011-08-25 Florian Ragwitz Make the duck type constraint closure check for blessing
2011-08-25 Florian Ragwitz Fix duck_type constraint generators
2011-08-21 Jesse Luehrs don't rely on Carp::confess existing when compiling...
2011-08-07 Dave Rolsky Add applied_attribute as a possible role metarole
2011-07-30 Dave Rolsky Add a little bit on handling of broken behavior that...
2011-07-25 Dave Rolsky Fix up weird indentation in code example (3-space indent?)
2011-07-25 Jesse Luehrs clean up the moose::exporter doc additions a bit
2011-07-25 Jesse Luehrs be a bit stricter and more consistent with tc messages
2011-07-23 Paweł Murias Mention that the import method can take a into argument in
2011-07-20 Dave Rolsky Update delta for deprecation warning
2011-07-20 Dave Rolsky Fix delta - we will warn for optimize_as in 2.0300...
2011-07-20 Dave Rolsky deprecate optimize_as
2011-07-20 Jesse Luehrs initialize the metaclass when calling ->does
2011-07-20 Jesse Luehrs actually, don't just call random ->does methods we...
2011-07-18 Dave Rolsky Spelling fix
2011-07-18 Karen Etheridge MI issues exist with all method modifiers
2011-07-18 Karen Etheridge document shortcomings with inner/augment and MI.
2011-07-06 Karen Etheridge clarification of wording
2011-07-05 Dave Rolsky Fix small typo in Delta
2011-06-25 Jesse Luehrs make Moose::Util::does_role respect overridden ->does...
2011-06-20 Dave Rolsky Remove empty packages
2011-06-20 Jesse Luehrs don't load_class if a metaclass already exists
2011-06-20 Jesse Luehrs pod coverage 2.0103
2011-06-19 joel improve method-modifier docs to highlight issues with...
2011-06-19 Dave Rolsky code tidying
2011-06-19 Karen Etheridge call all triggers in rebless_instance - tests now pass.
next