Small tweaks to some of the text.
[gitmo/Moose.git] / lib /
2008-12-07 Dave Rolsky Small tweaks to some of the text.
2008-12-07 Dave Rolsky Fix some unintended bugs in the "standard" P5 code.
2008-12-07 Dave Rolsky Remove an unneeded "the"
2008-12-05 John Napiorkowski changes to the way Moose::Meta::TypeConstraint passed...
2008-12-05 Dave Rolsky require latest CMOP 0.62_02
2008-12-05 Dave Rolsky bump version and update Changes
2008-12-05 Dave Rolsky Handle defaults with quote-breaking values correctly...
2008-12-05 Dave Rolsky Don't call get_all_package_symbols in list context
2008-12-05 Marcus Ramberg Revert unwanted MMM::Accessor change
2008-12-05 Marcus Ramberg Bump dependency for MoreUtils
2008-12-05 Dave Rolsky Fix pod coverage
2008-12-05 Dave Rolsky If the constructor in a parent class has method modifie...
2008-12-04 Dave Rolsky Don't bother checking the expected constructor class...
2008-12-04 Dave Rolsky Ok, I was getting a little wacky.
2008-12-04 Dave Rolsky Make sure that whenever we don't inline, we warn, and...
2008-12-04 Dave Rolsky The last checkin was broken in the case where class...
2008-12-04 Dave Rolsky Break the long string into two lines
2008-12-04 Dave Rolsky Implement a can_be_inlined method for MMM::Constructor...
2008-12-04 Dave Rolsky When applying a role to a class and some methods are...
2008-12-04 Dave Rolsky Quote subtype names here
2008-12-04 Dave Rolsky bump version and update changes. 0.62_01
2008-12-03 Dave Rolsky Make the type constraint classes immutable in
2008-11-29 Shawn M Moore Use the new method->execute API for BUILDALL and DEMOLI...
2008-11-26 Dave Rolsky bump version to 0.62
2008-11-26 Dave Rolsky require Class::MOP 0.71
2008-11-26 Tomas Doran Make removing attributes also remove their installed...
2008-11-26 Shawn M Moore Attempt to explain why a role that just requires method...
2008-11-26 Shawn M Moore Use single quotes for consistency
2008-11-26 Shawn M Moore Fix the error message when we're composing role A with...
2008-11-26 Shawn M Moore Weaken anonymous roles in the metaclass lookup table...
2008-11-25 Shawn M Moore More consistent errors for roles (don't really want...
2008-11-25 Shawn M Moore Be more consistent with the Moose::Meta::Class->create...
2008-11-25 Shawn M Moore Make pod coverage happy
2008-11-25 Shawn M Moore First cut of anonymous roles!
2008-11-25 Shawn M Moore Moose::Meta::Role->create for dynamic role construction
2008-11-21 Chris Prather remove the number check from M:M:Constructor.pm to...
2008-11-17 Shawn M Moore Remove the make_immutable keyword, it's been deprecated...
2008-11-16 Tomas Doran Add a comment as per the traits case
2008-11-16 Tomas Doran Fix another reentrancy issue in Moose::Exporter by...
2008-11-16 Tomas Doran Fix 1 char POD bug
2008-11-09 Shawn M Moore typo fix
2008-11-09 Shawn M Moore Factor out wrapper creation so users can give a prototy...
2008-11-09 Stevan Little fixed a method exclusion/aliasing bug
2008-11-07 Dave Rolsky Tidy the code (and clean up rampant wacky whitespace...
2008-11-07 Dave Rolsky Tidy the code, which also removes whitespace on otherwi...
2008-11-07 Dave Rolsky Add the version bits to all .pm files
2008-11-01 Dave Rolsky used perl-reversion to bump version to 0.61
2008-11-01 Dave Rolsky Moose::Meta::Class->get_method_map was both broken...
2008-11-01 Dave Rolsky Remove a bunch of commented out code (all tests still...
2008-10-31 Yuval Kogman more create_child_type fixes (Role, Enum)
2008-10-31 Yuval Kogman more create_child_type fixes (Role, Enum)
2008-10-29 Chris Prather doc patch for lazy_build and clean up some other attrib...
2008-10-29 Dave Rolsky Fix lie in the docs (error_class does to have a default)
2008-10-29 John Napiorkowski moved name attribute normalization out of Moose::Util...
2008-10-29 John Napiorkowski make sure a type constrain name makes sense, properly...
2008-10-27 Chris Prather load_class for a Role if the Role isn't already loaded...
2008-10-24 John Napiorkowski if a parameterizable constraint get parameterized,...
2008-10-24 John Napiorkowski parameterized contstraints when subclassing should...
2008-10-24 Florian Ragwitz Fix some typos in the pod.
2008-10-24 Shawn M Moore No need to waste time binding arguments that are just...
2008-10-24 Yuval Kogman update pod link to not use a search.cpan.org uri
2008-10-23 Dave Rolsky Need to override create_child_type for Class TC's so...
2008-10-23 Dave Rolsky bump all versions to 0.60
2008-10-23 Dave Rolsky Remove some redundant comments and tidy the code.
2008-10-23 Dave Rolsky Tidy some code here. Also remove an unused variable.
2008-10-23 Dave Rolsky s/childtype/child_type/g - why ignore every naming...
2008-10-23 Dave Rolsky Merge the parameterized_type_fixes to trunk
2008-10-23 John Napiorkowski removed some debug stuff
2008-10-23 John Napiorkowski changed the way subtypes are made so that we delegate...
2008-10-22 Dave Rolsky Tests for resolve_meta{class,trait}_alias in Moose...
2008-10-22 Tomas Doran Also bump version in Moose.pm, as pointed out by autarc...
2008-10-22 Tomas Doran Speedups in does for MooseX::Storage, should also make...
2008-10-22 John Napiorkowski first pass at restoring parametrization changes and...
2008-10-21 Dave Rolsky Make gross construct ever so slightly less gross in...
2008-10-21 Dave Rolsky Fix typo in comment
2008-10-16 Dave Rolsky Fix bug with -traits to Moose
2008-10-14 Dave Rolsky bump version to 0.59 0.59
2008-10-13 Dave Rolsky Really fix the speling mistake
2008-10-13 Dave Rolsky Fix a spelling mistake
2008-10-13 Dave Rolsky Add my email address
2008-10-13 Chris Prather organize alphabetically / by time they entered the...
2008-10-13 Chris Prather spellcheck community
2008-10-13 Chris Prather refactor the AUTHORS into CABAL/NonCabal
2008-10-12 Chris Prather add doc patch for has() taking a arrayref
2008-10-12 Chris Prather doc patch to explain MooseX:: namespace
2008-10-12 Dave Rolsky Reverted the type constraint bits that caused breakage...
2008-10-12 Yuval Kogman namespace::clean example in style
2008-10-12 Dave Rolsky Fix a typo that is apparently syntactically just fine
2008-10-07 Tomas Doran More type constraint fixes for edge cases in is_a_type_...
2008-10-06 Dave Rolsky Really require the next CMOP
2008-10-06 Dave Rolsky Refactor this method to get rid of the indentation...
2008-10-06 Dave Rolsky Add a placeholder to remind me to write a recipe for...
2008-10-06 Dave Rolsky Fix all the pod links to Class::MOP so they're actually...
2008-10-06 Tomas Doran Docs for things in Class::MOP::Attribute + tests for...
2008-10-02 John Douglas Porter possessive "its" had an apostrophe
2008-10-02 Jay Hannah POD typo corrected.
2008-09-30 Todd Hepler make sure we can create an anon class that has a requir...
2008-09-30 Dave Rolsky Make regexes line up nicely
2008-09-29 Dave Rolsky Remove no longer relevant explanation of something...
2008-09-29 Dave Rolsky Missing an apostrophe.
next