gitmo/Moose.git
2008-10-24 Dave Rolsky Update the MANIFEST 0.60
2008-10-24 John Napiorkowski added tests for the subtyping parameterized constraints...
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 Dave Rolsky Final change log updates before 0.60. Just cleaning...
2008-10-24 John Napiorkowski updated changelog
2008-10-24 Shawn M Moore No need to waste time binding arguments that are just...
2008-10-24 Dave Rolsky Add tests for creating subtype of a Class type constraint.
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 Small wording tweak
2008-10-23 Dave Rolsky Add changes entry for restoration of parameterized...
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 Require a more modern Test::More, because 0.75 (at...
2008-10-22 Dave Rolsky Just require the latest Scalar::Util (which is still...
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-22 John Napiorkowski new branch to fix parameter types
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-16 Tomas Doran TODO Test for bug in Moose::Exporter
2008-10-14 Dave Rolsky bump version to 0.59 0.59
2008-10-14 Dave Rolsky Add release date
2008-10-14 Dave Rolsky Add () which apparently was needed for at least one...
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 typo in test
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 The next Moose release will require CMOP 0.67
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... possessive "its" had an apostrophe
2008-10-02 Jay Hannah POD typo corrected.
2008-10-02 Shawn M Moore Remove the barrage for now, because we are getting...
2008-09-30 John Napiorkowski a bunch more tests for the Maybe constraint that I...
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-30 Dave Rolsky this tests defining the same type twice
2008-09-30 Tomas Doran Add a test case for the bug which autarch fixed in...
2008-09-29 Dave Rolsky Remove no longer relevant explanation of something...
2008-09-29 Dave Rolsky Missing an apostrophe.
2008-09-29 Dave Rolsky The sugar subs are not called as methods.
2008-09-29 Dave Rolsky when loading Test::Warn, require at least 0.10
2008-09-29 Shawn M Moore Include an example of how you define the sugar for...
2008-09-28 Shawn M Moore Barrage of tests for primitive type constraints
2008-09-26 Matt S Trout changes line for deprototype
2008-09-26 Dave Rolsky Clarify nature of bug fix
2008-09-26 Dave Rolsky merged deprototype branch to trunk
2008-09-26 Dave Rolsky Oops, broke some tests when I fixed an error in M:...
2008-09-26 Dave Rolsky merge trunk to deprototype branch
2008-09-25 Dave Rolsky Add missing space
2008-09-25 Dave Rolsky Add CheckVersionsMatch step
2008-09-25 Dave Rolsky Oops, this is Moose::Exporter, not MooseX
2008-09-24 Todd Hepler synopsis tweak
2008-09-22 Dave Rolsky Fix handling of anon subtype with both constraint ...
2008-09-22 Dave Rolsky Remove a bunch of hard tabs
2008-09-22 Dave Rolsky First, fix confess() so it actually exists. I don't...
2008-09-20 Matt S Trout remove prototypes from type declaration sugar functions...
2008-09-20 Matt S Trout nuke prototypes on type constraint construction and...
2008-09-20 Matt S Trout create new deprototype branch
2008-09-20 Dave Rolsky Make sure that metaclass incompat fixing doesn't touch...
2008-09-20 Dave Rolsky update manifest 0.58
2008-09-20 Dave Rolsky Be defensive against being called for a Moose::Meta...
2008-09-18 Dave Rolsky Tweak throw_error changes description
2008-09-18 Yuval Kogman changelog error_class
2008-09-18 Dave Rolsky More !!
2008-09-18 Dave Rolsky Document error_class attribute.
2008-09-18 Dave Rolsky Add some MetaRole related tests for error_class. Added...
2008-09-18 Dave Rolsky Document latest bug fix
2008-09-18 Dave Rolsky Fixed a bug where an explicitly set constructor or...
2008-09-17 Todd Hepler forgot to update MANIFEST on last commit
2008-09-16 Todd Hepler check for a valid attribute name in Moose::Meta::Role
2008-09-16 Dave Rolsky This need to subclass Class::MOP::Method::Generated too
2008-09-16 Dave Rolsky Run this through tidy
2008-09-16 Dave Rolsky No need for default to be a sub when it just returns...
2008-09-16 Dave Rolsky Include tidying.
2008-09-16 Dave Rolsky Need to load the error class or tests fail
2008-09-16 Dave Rolsky add strict & warnings, tidy
next